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

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;