#import @interface BlurAmount : UIBlurEffect + (id)updateBlurAmount:(NSNumber*)blurAmount; @property (nonatomic, copy) NSNumber *blurAmount; @end