Swiftgram/LegacyComponents/TGPhotoToolsController.h
2017-07-28 16:50:06 +03:00

14 lines
344 B
Objective-C

#import <LegacyComponents/TGPhotoEditorTabController.h>
@class PGPhotoEditor;
@class PGPhotoTool;
@class TGPhotoEditorPreviewView;
@interface TGPhotoToolsController : TGPhotoEditorTabController
- (instancetype)initWithPhotoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView;
- (void)updateValues;
@end