"TalkfunSetting.h"(设置相关方法)

#import <Foundation/Foundation.h>

@interface TalkfunSetting : NSObject

/*单例*/
+ (id)shared;

/**清除缓存*/
- (void)clearCache;
/**获取缓存大小*/
- (NSInteger)getCacheSize;


/**获取 美颜开关 状态*/
- (BOOL)getBeauty;
/**设置 美颜开关 状态*/
- (void)setBeauty:(BOOL)isOn;



/**获取 涂鸦开关 状态*/
- (BOOL)getGraffiti;
/** 设置 涂鸦开关 状态*/
- (void)setGraffiti:(BOOL)isOn;


/**获取 自动上传开关 状态*/
- (BOOL)getAutoUpload;
/** 设置 自动上传开关  状态*/
- (void)setAutoUpload:(BOOL)isOn;

@end
Copyright Talkfun all right reserved,powered by Gitbook修订时间: 2020-05-27 14:16:39

results matching ""

    No results matching ""