洛阳学员端
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

7 months ago
  1. //
  2. // AliyunOSSiOS.h
  3. // AliyunOSSiOS
  4. //
  5. // Created by xuyecan on 28/11/2016.
  6. // Copyright © 2016 xuyecan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //! Project version number for AliyunOSSiOS.
  10. FOUNDATION_EXPORT double AliyunOSSiOSVersionNumber;
  11. //! Project version string for AliyunOSSiOS.
  12. FOUNDATION_EXPORT const unsigned char AliyunOSSiOSVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <AliyunOSSiOS/PublicHeader.h>
  14. #import "OSSService.h"
  15. #import "OSSXMLDictionary.h"