Swiftgram/LegacyComponents/TGAlphacodePanelCell.h
Ilya Laktyushin ff0d334f19 no message
2017-09-12 10:41:47 +03:00

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