You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
567 B
28 lines
567 B
//
|
|
// OSSService.h
|
|
// oss_ios_sdk
|
|
//
|
|
// Created by zhouzhuo on 8/20/15.
|
|
// Copyright (c) 2015 aliyun.com. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#define OSS_IOS_SDK_VERSION OSSSDKVersion
|
|
|
|
#import "OSSDefine.h"
|
|
#import "OSSConstants.h"
|
|
|
|
#import "OSSNetworking.h"
|
|
#import "OSSNetworkingRequestDelegate.h"
|
|
#import "OSSAllRequestNeededMessage.h"
|
|
#import "OSSURLRequestRetryHandler.h"
|
|
#import "OSSHttpResponseParser.h"
|
|
#import "OSSRequest.h"
|
|
|
|
#import "OSSClient.h"
|
|
#import "OSSModel.h"
|
|
#import "OSSUtil.h"
|
|
#import "OSSLog.h"
|
|
|
|
#import "OSSBolts.h"
|