18 lines
448 B
Objective-C
18 lines
448 B
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
#if __has_include(<React/RCTBridge.h>)
|
|
#import <React/RCTBridgeModule.h>
|
|
#import <React/RCTViewManager.h>
|
|
#import <React/RCTConvert.h>
|
|
#import <React/RCTEventEmitter.h>
|
|
#import <React/UIView+React.h>
|
|
#else
|
|
#import "RCTBridgeModule.h"
|
|
#import "RCTViewManager.h"
|
|
#import "RCTConvert.h"
|
|
#import "RCTEventEmitter.h"
|
|
#import "UIView+React.h"
|
|
#endif
|