SMIEntryFormat

Objective-C

@protocol SMIEntryFormat

@property (nonatomic, readonly, assign) SMIConversationFormatTypes type;

@end

Swift

protocol EntryFormat

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly) SMIConversationFormatTypes type

    Swift

    unowned(unsafe) var type: NSString! { get }