[iOS] Import React headers in a consistent way

This commit is contained in:
Saúl Ibarra Corretgé 2017-10-18 18:04:31 +02:00 committed by Paweł Domas
parent ae0e37be34
commit 84fd7825c1
5 changed files with 10 additions and 11 deletions

View File

@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
#import "RCTBridgeModule.h"
#import "RCTLog.h"
#import <AVFoundation/AVFoundation.h> #import <AVFoundation/AVFoundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTLog.h>
@interface AppInfo : NSObject<RCTBridgeModule> @interface AppInfo : NSObject<RCTBridgeModule>
@end @end

View File

@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
#import "RCTBridgeModule.h"
#import "RCTLog.h"
#import <AVFoundation/AVFoundation.h> #import <AVFoundation/AVFoundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTLog.h>
@interface AudioMode : NSObject<RCTBridgeModule> @interface AudioMode : NSObject<RCTBridgeModule>
@end @end

View File

@ -14,12 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
#import "RCTBridgeModule.h" #import <React/RCTBridgeModule.h>
#import "JitsiMeetView+Private.h" #import "JitsiMeetView+Private.h"
@interface ExternalAPI : NSObject<RCTBridgeModule> @interface ExternalAPI : NSObject<RCTBridgeModule>
@end @end
@implementation ExternalAPI @implementation ExternalAPI

View File

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#import "RCTBridgeModule.h" #import <React/RCTBridgeModule.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netdb.h> #include <netdb.h>

View File

@ -14,10 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
#import "RCTBridgeModule.h"
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import <React/RCTBridgeModule.h>
@interface Proximity : NSObject<RCTBridgeModule> @interface Proximity : NSObject<RCTBridgeModule>
@end @end