-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vincent
authored and
vincent
committed
Mar 8, 2016
1 parent
eee1e98
commit 07cc8a7
Showing
16 changed files
with
172 additions
and
1,129 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// NetReachability.h | ||
// NetReachability | ||
// | ||
// Created by 刘凡 on 15/4/6. | ||
// Copyright (c) 2015年 joyios. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
//! Project version number for NetReachability. | ||
FOUNDATION_EXPORT double NetReachabilityVersionNumber; | ||
|
||
//! Project version string for NetReachability. | ||
FOUNDATION_EXPORT const unsigned char NetReachabilityVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <NetReachability/PublicHeader.h> | ||
|
||
|
Oops, something went wrong.