forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file is automatically created by Xcode when we add a Swift file to the project, to allow us to communicate with our old Objective-C classes from our Swift classes. The changes to the project file were also done by the same automatic action. The header file was created as empty; the contents were added by hand. It contains the RN bridge files that are needed.
- Loading branch information
1 parent
aab5404
commit d38129b
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#import <React/RCTBridgeModule.h> | ||
#import <React/RCTBridge.h> | ||
#import <React/RCTEventDispatcher.h> | ||
#import <React/RCTRootView.h> | ||
#import <React/RCTUtils.h> | ||
#import <React/RCTConvert.h> | ||
#import <React/RCTEventEmitter.h> | ||
#import <React/RCTBundleURLProvider.h> | ||
#import <React/RCTPushNotificationManager.h> | ||
#import <RNNotifications.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters