mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Build ChatListUI
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#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, strong) TGMediaAssetsPallete *pallete;
|
||||
|
||||
@property (nonatomic, copy) void (^openAssetGroup)(TGMediaAssetGroup *);
|
||||
|
||||
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context assetsLibrary:(TGMediaAssetsLibrary *)assetsLibrary intent:(TGMediaAssetsControllerIntent)intent;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user