mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 00:25:58 +02:00
13 lines
468 B
Objective-C
13 lines
468 B
Objective-C
#import <LegacyComponents/TGPhotoEditorTabController.h>
|
|
|
|
@class PGPhotoEditor;
|
|
@class PGPhotoTool;
|
|
@class TGPhotoEditorPreviewView;
|
|
@protocol TGPhotoDrawingEntitiesView;
|
|
|
|
@interface TGPhotoToolsController : TGPhotoEditorTabController
|
|
|
|
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView entitiesView:(UIView<TGPhotoDrawingEntitiesView> *)entitiesView;
|
|
|
|
@end
|