Swiftgram/submodules/LegacyComponents/Sources/TGPhotoQualityController.h
2025-06-18 17:24:21 +02:00

16 lines
503 B
Objective-C

#import <LegacyComponents/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