/**
 * <code>ICreateResource</code> 对象创建接口。
 */
export interface ICreateResource {
    _setCreateURL(url: string): void;
}
