mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-06-18 12:14:00 +08:00
33 lines
723 B
Objective-C
33 lines
723 B
Objective-C
//
|
|
// 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 "OSSGetObjectACLRequest.h"
|
|
#import "OSSGetObjectACLResult.h"
|
|
#import "OSSDeleteMultipleObjectsRequest.h"
|
|
#import "OSSDeleteMultipleObjectsResult.h"
|
|
|
|
#import "OSSClient.h"
|
|
#import "OSSModel.h"
|
|
#import "OSSUtil.h"
|
|
#import "OSSLog.h"
|
|
|
|
#import "OSSBolts.h"
|