| 1234567891011121314151617 |
- //
- // ReachabilityMac.h
- // ReachabilityMac
- //
- // Created by Reda Lemeden on 28/11/2015.
- // Copyright © 2015 Ashley Mills. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- //! Project version number for ReachabilityMac.
- FOUNDATION_EXPORT double ReachabilityMacVersionNumber;
- //! Project version string for ReachabilityMac.
- FOUNDATION_EXPORT const unsigned char ReachabilityMacVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <ReachabilityMac/PublicHeader.h>
|