SellyCloudSDK_demo/Example/SellyCloudSDK/Live/Beauty/FURenderKit.framework/Headers/FUAnimation.h

18 lines
272 B
Objective-C
Executable File

//
// FUAnimation.h
// FUAvatarSDK
//
// Created by ly-Mac on 2020/11/16.
//
#import "FUItem.h"
@interface FUAnimation : FUItem
+ (instancetype)animationWithPath:(NSString *)path name:(NSString *)name;
- (NSArray *)getAllAnimations;
- (NSArray *)getAllItems;
@end