UNPKG

402 Btext/x-cView Raw
1// Copyright 2015-present 650 Industries. All rights reserved.
2
3#import <UIKit/UIKit.h>
4
5@interface EXBlurView : UIView
6
7@property (nonatomic, copy) NSString *tint;
8@property (nonatomic, copy) NSNumber *intensity;
9@property (nonatomic, strong) UIBlurEffect *blurEffect;
10@property (nonatomic, strong) UIVisualEffectView *visualEffectView;
11
12- (void)didSetProps:(NSArray<NSString *> *)changedProps;
13
14@end