Swiftgram/LegacyComponents/TGMentionPanelCell.h
2017-07-28 16:50:06 +03:00

14 lines
319 B
Objective-C

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