Swiftgram/LegacyComponents/TGMentionPanelCell.h
Ilya Laktyushin 53480a35a2 no message
2017-12-23 03:21:01 +04:00

16 lines
451 B
Objective-C

#import <LegacyComponents/TGModernConversationAssociatedInputPanel.h>
@class TGUser;
@class TGConversationAssociatedInputPanelPallete;
@interface TGMentionPanelCell : UITableViewCell
@property (nonatomic, strong) TGUser *user;
@property (nonatomic, strong) TGConversationAssociatedInputPanelPallete *pallete;
- (instancetype)initWithStyle:(TGModernConversationAssociatedInputPanelStyle)style;
@end
extern NSString *const TGMentionPanelCellKind;