Swiftgram/LegacyComponents/TGMediaGroupsController.h
2017-08-04 14:20:00 +03:00

17 lines
644 B
Objective-C

#import <LegacyComponents/TGViewController.h>
#import <LegacyComponents/TGMediaAssetsController.h>
@interface TGMediaGroupsController : TGViewController
@property (nonatomic, strong) TGSuggestionContext *suggestionContext;
@property (nonatomic, assign) bool localMediaCacheEnabled;
@property (nonatomic, assign) bool liveVideoUploadEnabled;
@property (nonatomic, assign) bool captionsEnabled;
@property (nonatomic, copy) void (^openAssetGroup)(TGMediaAssetGroup *);
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context assetsLibrary:(TGMediaAssetsLibrary *)assetsLibrary intent:(TGMediaAssetsControllerIntent)intent;
@end