mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
17 lines
485 B
Objective-C
17 lines
485 B
Objective-C
#import <LegacyComponents/TGModernConversationAssociatedInputPanel.h>
|
|
|
|
@class TGConversationAssociatedInputPanelPallete;
|
|
|
|
@interface TGHashtagPanelCell : UITableViewCell
|
|
|
|
@property (nonatomic, strong) TGConversationAssociatedInputPanelPallete *pallete;
|
|
|
|
- (instancetype)initWithStyle:(TGModernConversationAssociatedInputPanelStyle)style;
|
|
|
|
- (void)setDisplaySeparator:(bool)displaySeparator;
|
|
- (void)setHashtag:(NSString *)hashtag;
|
|
|
|
@end
|
|
|
|
extern NSString *const TGHashtagPanelCellKind;
|