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

15 lines
326 B
Objective-C

#import <UIKit/UIKit.h>
@class TGLocationPallete;
@interface TGLocationSectionHeaderCell : UITableViewCell
@property (nonatomic, strong) TGLocationPallete *pallete;
- (void)configureWithTitle:(NSString *)title;
@end
extern NSString *const TGLocationSectionHeaderKind;
extern const CGFloat TGLocationSectionHeaderHeight;