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.
20 lines
573 B
20 lines
573 B
//
|
|
// AliyunOSSiOS.h
|
|
// AliyunOSSiOS
|
|
//
|
|
// Created by xuyecan on 28/11/2016.
|
|
// Copyright © 2016 xuyecan. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for AliyunOSSiOS.
|
|
FOUNDATION_EXPORT double AliyunOSSiOSVersionNumber;
|
|
|
|
//! Project version string for AliyunOSSiOS.
|
|
FOUNDATION_EXPORT const unsigned char AliyunOSSiOSVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <AliyunOSSiOS/PublicHeader.h>
|
|
|
|
#import "OSSService.h"
|
|
#import "OSSXMLDictionary.h"
|