UIVisualEffectView+LookinServer.h 320 B

1234567891011121314151617
  1. //
  2. // UIVisualEffectView+LookinServer.h
  3. // LookinServer
  4. //
  5. // Created by Li Kai on 2019/10/8.
  6. // https://lookin.work
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIVisualEffectView (LookinServer)
  10. - (void)setLks_blurEffectStyleNumber:(NSNumber *)lks_blurEffectStyleNumber;
  11. - (NSNumber *)lks_blurEffectStyleNumber;
  12. @end