1
This commit is contained in:
22
Pods/LookinServer/Src/Main/Server/Others/LKS_CustomDisplayItemsMaker.h
generated
Normal file
22
Pods/LookinServer/Src/Main/Server/Others/LKS_CustomDisplayItemsMaker.h
generated
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifdef SHOULD_COMPILE_LOOKIN_SERVER
|
||||
|
||||
//
|
||||
// LKS_CustomDisplayItemsMaker.h
|
||||
// LookinServer
|
||||
//
|
||||
// Created by likai.123 on 2023/11/1.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class LookinDisplayItem;
|
||||
|
||||
@interface LKS_CustomDisplayItemsMaker : NSObject
|
||||
|
||||
- (instancetype)initWithLayer:(CALayer *)layer saveAttrSetter:(BOOL)saveAttrSetter;
|
||||
|
||||
- (NSArray<LookinDisplayItem *> *)make;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* SHOULD_COMPILE_LOOKIN_SERVER */
|
||||
Reference in New Issue
Block a user