Swiftgram/submodules/LegacyComponents/Sources/TGPhotoEditorTintToolView.h
2025-06-18 17:24:21 +02:00

9 lines
229 B
Objective-C

#import <LegacyComponents/TGPhotoEditorToolView.h>
#import "PGPhotoEditorItem.h"
@interface TGPhotoEditorTintToolView : UIView <TGPhotoEditorToolView>
- (instancetype)initWithEditorItem:(id<PGPhotoEditorItem>)editorItem;
@end