initial commit
This commit is contained in:
17
Example/Pods/Target Support Files/Reachability/Reachability-umbrella.h
generated
Normal file
17
Example/Pods/Target Support Files/Reachability/Reachability-umbrella.h
generated
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#import "Reachability.h"
|
||||
|
||||
FOUNDATION_EXPORT double ReachabilityVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char ReachabilityVersionString[];
|
||||
|
||||
Reference in New Issue
Block a user