SMIEntryFormatText
Objective-C
@protocol SMIEntryFormatText <SMIEntryFormat>
@property (nonatomic, readonly, strong) NSString *text;
@end
Swift
protocol EntryFormatText : EntryFormat
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly, strong) NSString *text
Swift
var text: String! { get }