Swiftgram/LegacyComponents/TGAlphacodePanelCell.h
Ilya Laktyushin 53480a35a2 no message
2017-12-23 03:21:01 +04:00

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