#import <UIKit/UIKit.h>

@interface BlurView : UIView

@property (nonatomic, copy) NSString *blurType;

@end