Swiftgram/LegacyComponents/TGHashtagPanelCell.h
2017-07-28 16:50:06 +03:00

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;