14 lines
226 B
Objective-C
14 lines
226 B
Objective-C
//
|
|
// OSSRestoreObjectResult.m
|
|
// AliyunOSSSDK
|
|
//
|
|
// Created by huaixu on 2018/8/1.
|
|
// Copyright © 2018年 aliyun. All rights reserved.
|
|
//
|
|
|
|
#import "OSSRestoreObjectResult.h"
|
|
|
|
@implementation OSSRestoreObjectResult
|
|
|
|
@end
|