Переглянути джерело

[iOS] Import React headers in a consistent way

j8
Saúl Ibarra Corretgé 8 роки тому
джерело
коміт
84fd7825c1

+ 3
- 3
ios/sdk/src/AppInfo.m Переглянути файл

14
  * limitations under the License.
14
  * limitations under the License.
15
  */
15
  */
16
 
16
 
17
-#import "RCTBridgeModule.h"
18
-#import "RCTLog.h"
19
-
20
 #import <AVFoundation/AVFoundation.h>
17
 #import <AVFoundation/AVFoundation.h>
21
 
18
 
19
+#import <React/RCTBridgeModule.h>
20
+#import <React/RCTLog.h>
21
+
22
 @interface AppInfo : NSObject<RCTBridgeModule>
22
 @interface AppInfo : NSObject<RCTBridgeModule>
23
 @end
23
 @end
24
 
24
 

+ 3
- 3
ios/sdk/src/AudioMode.m Переглянути файл

14
  * limitations under the License.
14
  * limitations under the License.
15
  */
15
  */
16
 
16
 
17
-#import "RCTBridgeModule.h"
18
-#import "RCTLog.h"
19
-
20
 #import <AVFoundation/AVFoundation.h>
17
 #import <AVFoundation/AVFoundation.h>
21
 
18
 
19
+#import <React/RCTBridgeModule.h>
20
+#import <React/RCTLog.h>
21
+
22
 @interface AudioMode : NSObject<RCTBridgeModule>
22
 @interface AudioMode : NSObject<RCTBridgeModule>
23
 @end
23
 @end
24
 
24
 

+ 1
- 2
ios/sdk/src/ExternalAPI.m Переглянути файл

14
  * limitations under the License.
14
  * limitations under the License.
15
  */
15
  */
16
 
16
 
17
-#import "RCTBridgeModule.h"
17
+#import <React/RCTBridgeModule.h>
18
 
18
 
19
 #import "JitsiMeetView+Private.h"
19
 #import "JitsiMeetView+Private.h"
20
 
20
 
21
 @interface ExternalAPI : NSObject<RCTBridgeModule>
21
 @interface ExternalAPI : NSObject<RCTBridgeModule>
22
-
23
 @end
22
 @end
24
 
23
 
25
 @implementation ExternalAPI
24
 @implementation ExternalAPI

+ 1
- 1
ios/sdk/src/POSIX.m Переглянути файл

14
  * limitations under the License.
14
  * limitations under the License.
15
  */
15
  */
16
 
16
 
17
-#import "RCTBridgeModule.h"
17
+#import <React/RCTBridgeModule.h>
18
 
18
 
19
 #include <arpa/inet.h>
19
 #include <arpa/inet.h>
20
 #include <netdb.h>
20
 #include <netdb.h>

+ 2
- 2
ios/sdk/src/Proximity.m Переглянути файл

14
  * limitations under the License.
14
  * limitations under the License.
15
  */
15
  */
16
 
16
 
17
-#import "RCTBridgeModule.h"
18
-
19
 #import <UIKit/UIKit.h>
17
 #import <UIKit/UIKit.h>
20
 
18
 
19
+#import <React/RCTBridgeModule.h>
20
+
21
 @interface Proximity : NSObject<RCTBridgeModule>
21
 @interface Proximity : NSObject<RCTBridgeModule>
22
 @end
22
 @end
23
 
23
 

Завантаження…
Відмінити
Зберегти