LKS_EventHandlerMaker.h 364 B

123456789101112131415161718192021
  1. #ifdef SHOULD_COMPILE_LOOKIN_SERVER
  2. //
  3. // LKS_EventHandlerMaker.h
  4. // LookinServer
  5. //
  6. // Created by Li Kai on 2019/8/7.
  7. // https://lookin.work
  8. //
  9. #import "LookinDefines.h"
  10. @class LookinEventHandler;
  11. @interface LKS_EventHandlerMaker : NSObject
  12. + (NSArray<LookinEventHandler *> *)makeForView:(UIView *)view;
  13. @end
  14. #endif /* SHOULD_COMPILE_LOOKIN_SERVER */