AliyunIEffectRecovery
@protocol AliyunIEffectRecovery <NSObject>
/****
Initializer. This method is automatically invoked after the effect is restored from the JSON configuration file.
@param dict The initialization parameter.
@return An effect object.
*/
- (id)initWithRestore:(NSDictionary *)dict;
/****
Creates a copy of an object.
@return An object copy.
*/
- (id)copyAnother;
@end
Undocumented
-
* Initializer. This method is automatically invoked after the effect is restored from the JSON configuration file.
Declaration
Objective-C
- (id)initWithRestore:(NSDictionary *)dict;
Parameters
dict
The initialization parameter.
Return Value
An effect object.
-
* Creates a copy of an object.
Declaration
Objective-C
- (id)copyAnother;
Return Value
An object copy.