initial commit
This commit is contained in:
19
Example/SellyCloudSDK/Live/Beauty/FURenderKit.framework/Headers/FUSticker.h
Executable file
19
Example/SellyCloudSDK/Live/Beauty/FURenderKit.framework/Headers/FUSticker.h
Executable file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// FUStagePropItem.h
|
||||
// FURenderKit
|
||||
//
|
||||
// Created by Chen on 2021/1/12.
|
||||
//
|
||||
|
||||
#import "FUItem.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
/**
|
||||
* 无特殊设置项的道具直接使用此类实例化
|
||||
* 包含 道具贴纸, AR面具、搞笑大头、表情识别、哈哈镜
|
||||
*/
|
||||
@interface FUSticker : FUItem
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user