OSSService.h 365 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
//
//  OSSService.h
//  oss_ios_sdk
//
//  Created by zhouzhuo on 8/20/15.
//  Copyright (c) 2015 aliyun.com. All rights reserved.
//

#import <Foundation/Foundation.h>

曹云霄's avatar
曹云霄 committed
11
#define OSS_IOS_SDK_VERSION OSSSDKVersion
12 13 14 15 16 17 18 19 20

#import "OSSDefine.h"
#import "OSSNetworking.h"
#import "OSSClient.h"
#import "OSSModel.h"
#import "OSSUtil.h"
#import "OSSLog.h"

#import "OSSBolts.h"