mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 16:16:08 +02:00
9 lines
229 B
Objective-C
9 lines
229 B
Objective-C
#import <LegacyComponents/TGPhotoEditorToolView.h>
|
|
#import "PGPhotoEditorItem.h"
|
|
|
|
@interface TGPhotoEditorTintToolView : UIView <TGPhotoEditorToolView>
|
|
|
|
- (instancetype)initWithEditorItem:(id<PGPhotoEditorItem>)editorItem;
|
|
|
|
@end
|