소스 검색

[iOS] Import React headers in a consistent way

master
Saúl Ibarra Corretgé 7 년 전
부모
커밋
84fd7825c1
5개의 변경된 파일10개의 추가작업 그리고 11개의 파일을 삭제
  1. 3
    3
      ios/sdk/src/AppInfo.m
  2. 3
    3
      ios/sdk/src/AudioMode.m
  3. 1
    2
      ios/sdk/src/ExternalAPI.m
  4. 1
    1
      ios/sdk/src/POSIX.m
  5. 2
    2
      ios/sdk/src/Proximity.m

+ 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
 

Loading…
취소
저장