mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
15 lines
456 B
Objective-C
15 lines
456 B
Objective-C
#import <LegacyComponents/TGModernConversationAssociatedInputPanel.h>
|
|
|
|
extern NSString *const TGAlphacodePanelCellKind;
|
|
|
|
@class TGConversationAssociatedInputPanelPallete;
|
|
|
|
@interface TGAlphacodePanelCell : UITableViewCell
|
|
|
|
@property (nonatomic, strong) TGConversationAssociatedInputPanelPallete *pallete;
|
|
|
|
- (instancetype)initWithStyle:(TGModernConversationAssociatedInputPanelStyle)style;
|
|
- (void)setEmoji:(NSString *)emoji label:(NSString *)label;
|
|
|
|
@end
|