mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 11:30:04 +00:00
10 lines
218 B
Objective-C
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
|