Reachability.h 525 B

1234567891011121314151617
  1. //
  2. // Reachability.h
  3. // Reachability
  4. //
  5. // Created by Yuki Nagai on 11/2/15.
  6. // Copyright © 2015 Ashley Mills. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //! Project version number for Reachability.
  10. FOUNDATION_EXPORT double ReachabilityVersionNumber;
  11. //! Project version string for Reachability.
  12. FOUNDATION_EXPORT const unsigned char ReachabilityVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <Reachability/PublicHeader.h>