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

16 lines
276 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// OSSGetBucketInfoRequest.h
// AliyunOSSSDK
//
// Created by huaixu on 2018/7/10.
// Copyright © 2018年 aliyun. All rights reserved.
//
#import "OSSRequest.h"
@interface OSSGetBucketInfoRequest : OSSRequest
@property (nonatomic, copy) NSString *bucketName;
@end