mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00: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
|