| 12345678910111213141516171819 |
- //
- // ReachabilityTV.h
- // ReachabilityTV
- //
- // Created by Stefan Schmitt on 10/12/15.
- // Copyright © 2015 Ashley Mills. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for ReachabilityTV.
- FOUNDATION_EXPORT double ReachabilityTVVersionNumber;
- //! Project version string for ReachabilityTV.
- FOUNDATION_EXPORT const unsigned char ReachabilityTVVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <ReachabilityTV/PublicHeader.h>
|