#ifdef SHOULD_COMPILE_LOOKIN_SERVER // // LKS_ObjectRegistry.h // LookinServer // // Created by Li Kai on 2019/4/21. // https://lookin.work // #import @interface LKS_ObjectRegistry : NSObject + (instancetype)sharedInstance; - (unsigned long)addObject:(NSObject *)object; - (NSObject *)objectWithOid:(unsigned long)oid; @end #endif /* SHOULD_COMPILE_LOOKIN_SERVER */