KS3ListObjectsResponse.h 319 Bytes
//
//  KSS3ListObjectsResponse.h
//  KS3SDK
//
//  Created by JackWong on 12/12/14.
//  Copyright (c) 2014 kingsoft. All rights reserved.
//

#import "KS3Response.h"
@class KS3ListObjectsResult;

@interface KS3ListObjectsResponse : KS3Response
@property(nonatomic, strong) KS3ListObjectsResult *listBucketsResult;
@end