Declaration

var text: NSMutableAttributedString! { get set }

Declaration

@property (nonatomic, strong) NSMutableAttributedString * text;

Declaration

text() -> NSMutableAttributedString
setText_(text: NSMutableAttributedString)

Discussion