Files
fanyin-ios/Pods/AliyunOSSiOS/AliyunOSSSDK/OSSRestoreObjectResult.h
2025-08-12 14:27:12 +08:00

14 lines
220 B
Objective-C

//
// OSSRestoreObjectResult.h
// AliyunOSSSDK
//
// Created by huaixu on 2018/8/1.
// Copyright © 2018年 aliyun. All rights reserved.
//
#import "OSSResult.h"
@interface OSSRestoreObjectResult : OSSResult
@end