Swiftgram/submodules/LegacyComponents/Sources/TGPhotoAvatarPreviewController.h
2020-06-16 02:39:52 +03:00

15 lines
487 B
Objective-C

#import <LegacyComponents/TGPhotoEditorTabController.h>
@class PGPhotoEditor;
@class PGPhotoTool;
@class TGPhotoEditorPreviewView;
@interface TGPhotoAvatarPreviewController : TGPhotoEditorTabController
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView;
- (void)setScrubberPosition:(NSTimeInterval)position reset:(bool)reset;
- (void)setScrubberPlaying:(bool)value;
@end