initial commit
This commit is contained in:
20
Example/SellyCloudSDK/Live/Beauty/FURenderKit.framework/Headers/FUConfig.h
Executable file
20
Example/SellyCloudSDK/Live/Beauty/FURenderKit.framework/Headers/FUConfig.h
Executable file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// FUConfig.h
|
||||
// FUAvatarSDK
|
||||
//
|
||||
// Created by ly-Mac on 2020/11/23.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "FUParam.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface FUConfig : NSObject
|
||||
|
||||
- (int)setValue:(id)value forName:(NSString *)name paramType:(FUParamType)paramType;
|
||||
|
||||
- (id)getValueForName:(NSString *)name paramType:(FUParamType)paramType;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user