Swiftgram/submodules/LegacyComponents/Sources/TGAlphacodePanelCell.h
2020-02-22 15:38:54 +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