Swiftgram/submodules/LegacyComponents/Sources/TGPhotoEditorBlurView.h
2020-02-22 15:38:54 +04:00

9 lines
148 B
Objective-C

#import <UIKit/UIKit.h>
#import "PGBlurTool.h"
@interface TGPhotoEditorBlurView : UIView
- (instancetype)initWithType:(PGBlurToolType)type;
@end