#import @class PGPhotoEditor; @class PGPhotoTool; @class TGPhotoEditorPreviewView; @class TGPhotoEntitiesContainerView; @interface TGPhotoToolsController : TGPhotoEditorTabController - (instancetype)initWithContext:(id)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView entitiesView:(TGPhotoEntitiesContainerView *)entitiesView; @end