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

10 lines
253 B
Objective-C

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