LCMessageAttributes

Conforms to:
NSCoding, NSCopying
Superclass:
NSObject
Declared In:

Introduction

Атрибуты обобщенного типа LCMessage



Properties

file

Файловое сообщение.

text

Текстовое сообщение.


file


Файловое сообщение.

@property (strong,
    nonatomic) LCFileMessage * file; 

text


Текстовое сообщение.

@property (strong,
    nonatomic) LCTextMessage * text;