`NSMutableAttributedString` is a mutable and attributed String, with this magic class you can style your text bold it, change color and much more Objective C ``` NSMutableAttributedString *attributeString = [[NSMutableAttributedString alloc] initWithString:@"Your String here"