mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 22:45:24 +08:00
12 lines
275 B
Objective-C
12 lines
275 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
|
|
|
#import "RCTBridgeModule.h"
|
|
|
|
@interface RCTReachability : NSObject<RCTBridgeModule>
|
|
|
|
- (instancetype)initWithHost:(NSString *)host NS_DESIGNATED_INITIALIZER;
|
|
|
|
@end
|