Initial clean commit

This commit is contained in:
2026-03-26 12:05:37 +08:00
commit 7c3c8dffee
1177 changed files with 147248 additions and 0 deletions

View 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