123456789101112131415161718192021222324252627 |
- //
- // Qiniu.h
- // Qiniu
- //
- // Created by HCF on 16/6/17.
- // Copyright © 2016年 HCF. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for Qiniu.
- FOUNDATION_EXPORT double QiniuVersionNumber;
- //! Project version string for Qiniu.
- FOUNDATION_EXPORT const unsigned char QiniuVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <Qiniu/PublicHeader.h>
- #import <Foundation/Foundation.h>
- #import "QNConfiguration.h"
- #import "QNFileRecorder.h"
- #import "QNResponseInfo.h"
- #import "QNUploadManager.h"
- #import "QNUploadOption.h"
- #import "QNUrlSafeBase64.h"
|