1
This commit is contained in:
23
Pods/LookinServer/Src/Main/Server/Others/LKS_ObjectRegistry.h
generated
Normal file
23
Pods/LookinServer/Src/Main/Server/Others/LKS_ObjectRegistry.h
generated
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifdef SHOULD_COMPILE_LOOKIN_SERVER
|
||||
|
||||
//
|
||||
// LKS_ObjectRegistry.h
|
||||
// LookinServer
|
||||
//
|
||||
// Created by Li Kai on 2019/4/21.
|
||||
// https://lookin.work
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface LKS_ObjectRegistry : NSObject
|
||||
|
||||
+ (instancetype)sharedInstance;
|
||||
|
||||
- (unsigned long)addObject:(NSObject *)object;
|
||||
|
||||
- (NSObject *)objectWithOid:(unsigned long)oid;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* SHOULD_COMPILE_LOOKIN_SERVER */
|
||||
Reference in New Issue
Block a user