LKS_PerspectiveItemLayer.h 399 B

123456789101112131415161718192021222324
  1. #ifdef SHOULD_COMPILE_LOOKIN_SERVER
  2. //
  3. // LKS_PerspectiveItemLayer.h
  4. // LookinServer
  5. //
  6. // Created by Li Kai on 2019/5/17.
  7. // https://lookin.work
  8. //
  9. #import <QuartzCore/QuartzCore.h>
  10. #import "LookinDisplayItem.h"
  11. @interface LKS_PerspectiveItemLayer : CALayer
  12. @property(nonatomic, strong) LookinDisplayItem *displayItem;
  13. - (void)reRender;
  14. @end
  15. #endif /* SHOULD_COMPILE_LOOKIN_SERVER */