mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Build ChatListUI
This commit is contained in:
14
submodules/LegacyComponents/Sources/TGAlphacodePanelCell.h
Normal file
14
submodules/LegacyComponents/Sources/TGAlphacodePanelCell.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user