We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1716eb + 928f587 commit 50b82b2Copy full SHA for 50b82b2
1 file changed
ios/RCTContacts/RCTContacts.h
@@ -1,19 +1,16 @@
1
#import <React/RCTBridgeModule.h>
2
#import <Contacts/Contacts.h>
3
#import <ContactsUI/ContactsUI.h>
4
-#import <Foundation/Foundation.h>
5
-
6
#ifdef RCT_NEW_ARCH_ENABLED
7
8
#import <RNContactsSpec/RNContactsSpec.h>
9
-@interface RCTContacts: NSObject <NativeContactsSpec, CNContactViewControllerDelegate>
10
11
-#else
+#endif
12
13
-#import <React/RCTBridgeModule.h>
14
@interface RCTContacts : NSObject <RCTBridgeModule, CNContactViewControllerDelegate>
15
16
-#endif
17
18
@end
19
+#ifdef RCT_NEW_ARCH_ENABLED
+@interface RCTContacts: NSObject <NativeContactsSpec, CNContactViewControllerDelegate>
+
+@end
0 commit comments