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

23 lines
298 B
Objective-C
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// FUAnimoji.h
// FURenderKit
//
// Created by Chen on 2021/1/28.
//
#import "FUSticker.h"
NS_ASSUME_NONNULL_BEGIN
/**
* FUAnimoji 表情
*/
@interface FUAnimoji : FUSticker
/**
* NO 不跟随YES 跟随
*/
@property (nonatomic, assign) BOOL flowEnable;
@end
NS_ASSUME_NONNULL_END