mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
16 lines
486 B
Objective-C
16 lines
486 B
Objective-C
#import "TGPhotoEditorTabController.h"
|
|
|
|
#import <LegacyComponents/TGVideoEditAdjustments.h>
|
|
|
|
@class PGPhotoEditor;
|
|
@class TGPhotoEditorPreviewView;
|
|
@class TGPhotoEditorController;
|
|
|
|
@interface TGPhotoQualityController : TGPhotoEditorTabController
|
|
|
|
@property (nonatomic, readonly) TGMediaVideoConversionPreset preset;
|
|
|
|
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView;
|
|
|
|
@end
|