7 lines
112 B
C
7 lines
112 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface VibrancyView : UIView
|
||
|
|
||
|
@property (nonatomic, copy) NSString *blurType;
|
||
|
|
||
|
@end
|