mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
16 lines
451 B
Objective-C
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;
|