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

10 lines
218 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGMediaAssetsMomentsSectionHeaderView : UIView
@property (nonatomic) NSInteger index;
- (void)setTitle:(NSString *)title location:(NSString *)location date:(NSString *)date;
@end