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

22 lines
416 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.

//
// FUQualitySticker.h
// FURenderKit
//
// Created by Chen on 2021/4/14.
//
#import "FUSticker.h"
NS_ASSUME_NONNULL_BEGIN
@interface FUQualitySticker : FUSticker
@property (nonatomic, assign) BOOL isFlipPoints; //点位镜像0为关闭1为开启
@property (nonatomic, assign) BOOL is3DFlipH; //翻转模型
/// 精品贴纸点击屏幕特殊效果
- (void)clickToChange;
@end
NS_ASSUME_NONNULL_END