18 lines
372 B
Objective-C
18 lines
372 B
Objective-C
//
|
|
// RNOS.h
|
|
// RNOS
|
|
//
|
|
// Created by Andy Prock on 11/3/16.
|
|
// Copyright © 2016 Peel. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <SystemConfiguration/SCNetworkReachability.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
#import <React/RCTBridge.h>
|
|
#import <React/RCTEventDispatcher.h>
|
|
|
|
@interface RNOS : NSObject<RCTBridgeModule, RCTInvalidating>
|
|
|
|
@end
|