mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-20 04:24:41 +00:00
11 lines
322 B
Objective-C
11 lines
322 B
Objective-C
#import <LegacyComponents/TGModernConversationAssociatedInputPanel.h>
|
|
|
|
extern NSString *const TGAlphacodePanelCellKind;
|
|
|
|
@interface TGAlphacodePanelCell : UITableViewCell
|
|
|
|
- (instancetype)initWithStyle:(TGModernConversationAssociatedInputPanelStyle)style;
|
|
- (void)setEmoji:(NSString *)emoji label:(NSString *)label;
|
|
|
|
@end
|