AliyunIEffectRecovery
@protocol AliyunIEffectRecovery <NSObject>
/**
初始化方法 内部从json文件恢复后调用此方法
@param dict 初始化参数
@return 实例对象
*/
- (id)initWithRestore:(NSDictionary *)dict;
/**
拷贝对象
@return 拷贝后的对象
*/
- (id)copyAnother;
@end
Undocumented
-
初始化方法 内部从json文件恢复后调用此方法
Declaration
Objective-C
- (id)initWithRestore:(NSDictionary *)dict;
Parameters
dict
初始化参数
Return Value
实例对象
-
拷贝对象
Declaration
Objective-C
- (id)copyAnother;
Return Value
拷贝后的对象