OSSRestoreObjectRequest.h 325 B

123456789101112131415161718
  1. //
  2. // OSSRestoreObjectRequest.h
  3. // AliyunOSSSDK
  4. //
  5. // Created by huaixu on 2018/8/1.
  6. // Copyright © 2018年 aliyun. All rights reserved.
  7. //
  8. #import "OSSRequest.h"
  9. @interface OSSRestoreObjectRequest : OSSRequest
  10. @property (nonatomic, copy) NSString *bucketName;
  11. @property (nonatomic, copy) NSString *objectKey;
  12. @end