QNSystem.h 307 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(void);
  11. BOOL hasAts(void);
  12. BOOL allowsArbitraryLoads(void);
  13. BOOL isIpV6FullySupported(void);
  14. #endif /* QNSystem_h */