10 lines
414 B
Objective-C
10 lines
414 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-RCTAppDelegate/RCTAppDelegate.h>)
|
|
#import <React-RCTAppDelegate/RCTAppDelegate.h>
|
|
#elif __has_include(<React_RCTAppDelegate/RCTAppDelegate.h>)
|
|
// for importing the header from framework, the dash will be transformed to underscore
|
|
#import <React_RCTAppDelegate/RCTAppDelegate.h>
|
|
#endif
|