Swiftgram/submodules/LegacyComponents/Sources/TGLocationSectionHeaderCell.h
2020-02-22 15:38:54 +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;