initial commit

This commit is contained in:
Caleb
2026-03-01 15:59:27 +08:00
commit a9e97d56cb
1426 changed files with 172367 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