initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// FUHairDefineKey.h
|
||||
// FUAvatarSDK
|
||||
//
|
||||
// Created by Chen on 2021/1/20.
|
||||
//
|
||||
|
||||
#ifndef FUHairDefineKey_h
|
||||
#define FUHairDefineKey_h
|
||||
|
||||
#import "FUKeysDefine.h"
|
||||
|
||||
FUParamsKeysDefine(FUHairColor,
|
||||
|
||||
FUHairColorL = @"Col_L",
|
||||
FUHairColorA = @"Col_A",
|
||||
FUHairColorB = @"Col_B",
|
||||
|
||||
FUHairColor0L = @"Col0_L",
|
||||
FUHairColor0A = @"Col0_A",
|
||||
FUHairColor0B = @"Col0_B",
|
||||
|
||||
FUHairColor1L = @"Col1_L",
|
||||
FUHairColor1A = @"Col1_A",
|
||||
FUHairColor1B = @"Col1_B",
|
||||
)
|
||||
|
||||
#endif /* FUHairDefineKey_h */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user