Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. extension String {
  2. func getAttributedString() -> NSMutableAttributedString {
  3. return NSMutableAttributedString(string: self)
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement