mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-19 12:10:55 +00:00
13 lines
351 B
Objective-C
13 lines
351 B
Objective-C
#import <LegacyComponents/TGModernConversationAssociatedInputPanel.h>
|
|
|
|
@interface TGHashtagPanelCell : UITableViewCell
|
|
|
|
- (instancetype)initWithStyle:(TGModernConversationAssociatedInputPanelStyle)style;
|
|
|
|
- (void)setDisplaySeparator:(bool)displaySeparator;
|
|
- (void)setHashtag:(NSString *)hashtag;
|
|
|
|
@end
|
|
|
|
extern NSString *const TGHashtagPanelCellKind;
|