mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-19 04:00:54 +00:00
14 lines
319 B
Objective-C
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;
|