Skip to content

Commit 1b891f2

Browse files
authored
Remove double-quoted import (#175)
1 parent a636c25 commit 1b891f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ios/RNSpotifyRemoteAuth.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#import <UIKit/UIKit.h>
22
#import <SpotifyiOS/SpotifyiOS.h>
3-
#if __has_include("RCTBridgeModule.h")
4-
#import "RCTBridgeModule.h"
5-
#else
63
#import <React/RCTBridgeModule.h>
7-
#endif
84
#import "RNSpotifyRemotePromise.h"
95

106
@interface RNSpotifyRemoteAuth : NSObject<RCTBridgeModule>

0 commit comments

Comments
 (0)