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