#ifdef SHOULD_COMPILE_LOOKIN_SERVER // // LKS_PerspectiveItemLayer.h // LookinServer // // Created by Li Kai on 2019/5/17. // https://lookin.work // #import #import "LookinDisplayItem.h" @interface LKS_PerspectiveItemLayer : CALayer @property(nonatomic, strong) LookinDisplayItem *displayItem; - (void)reRender; @end #endif /* SHOULD_COMPILE_LOOKIN_SERVER */