2020-02-22 15:38:54 +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;