// // UIVisualEffectView+LookinServer.h // LookinServer // // Created by Li Kai on 2019/10/8. // https://lookin.work // #import @interface UIVisualEffectView (LookinServer) - (void)setLks_blurEffectStyleNumber:(NSNumber *)lks_blurEffectStyleNumber; - (NSNumber *)lks_blurEffectStyleNumber; @end