#import "WKInterfaceTable+TGDataDrivenTable.h" @interface TGChatInfo : NSObject @property (nonatomic, strong) NSString *title; @property (nonatomic, strong) NSString *text; @end