8 lines
229 B
Objective-C
8 lines
229 B
Objective-C
#import <LegacyComponents/TGPhotoEditorToolView.h>
|
|
#import "PGPhotoEditorItem.h"
|
|
|
|
@interface TGPhotoEditorBlurToolView : UIView <TGPhotoEditorToolView>
|
|
|
|
- (instancetype)initWithEditorItem:(id<PGPhotoEditorItem>)editorItem;
|
|
|
|
@end
|