mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-24 04:00:45 +00:00
15 lines
298 B
Objective-C
15 lines
298 B
Objective-C
#import <LegacyComponents/TGMediaAssetMoment.h>
|
|
|
|
@interface TGMediaAssetMomentList : NSObject
|
|
|
|
@property (nonatomic, readonly) NSUInteger count;
|
|
|
|
- (instancetype)initWithPHFetchResult:(PHFetchResult *)fetchResult;
|
|
|
|
- (NSArray *)latestAssets;
|
|
|
|
|
|
- (id)objectAtIndexedSubscript:(NSUInteger)idx;
|
|
|
|
@end
|