QNSystem.h 291 B

1234567891011121314151617181920
  1. //
  2. // QNSystem.h
  3. // QiniuSDK
  4. //
  5. // Created by bailong on 15/10/13.
  6. // Copyright © 2015年 Qiniu. All rights reserved.
  7. //
  8. #ifndef QNSystem_h
  9. #define QNSystem_h
  10. BOOL hasNSURLSession();
  11. BOOL hasAts();
  12. BOOL allowsArbitraryLoads();
  13. BOOL isIpV6FullySupported();
  14. #endif /* QNSystem_h */