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