Files
featherVoice/Pods/AliyunOSSiOS/AliyunOSSSDK/OSSDeleteMultipleObjectsResult.h

18 lines
356 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// OSSDeleteMultipleObjectsResult.h
// AliyunOSSSDK
//
// Created by huaixu on 2018/1/26.
// Copyright © 2018年 aliyun. All rights reserved.
//
#import "OSSResult.h"
@interface OSSDeleteMultipleObjectsResult : OSSResult
@property (nonatomic, copy) NSArray<NSString *> *deletedObjects;
@property (nonatomic, copy) NSString *encodingType;
@end