#ifdef SHOULD_COMPILE_LOOKIN_SERVER // // LKS_PerspectiveManager.h // LookinServer // // Created by Li Kai on 2019/5/17. // https://lookin.work // #import "LookinDefines.h" @interface LKS_PerspectiveContainerWindow : UIWindow @end @interface LKS_PerspectiveManager : NSObject + (instancetype)sharedInstance; - (void)showWithIncludedWindows:(NSArray *)includedWindows excludedWindows:(NSArray *)excludedWindows; @end #endif /* SHOULD_COMPILE_LOOKIN_SERVER */