Skip to content

Commit

Permalink
Remove double-quoted import (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoggs authored Jan 19, 2022
1 parent a636c25 commit 1b891f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ios/RNSpotifyRemoteAuth.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#import <UIKit/UIKit.h>
#import <SpotifyiOS/SpotifyiOS.h>
#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif
#import "RNSpotifyRemotePromise.h"

@interface RNSpotifyRemoteAuth : NSObject<RCTBridgeModule>
Expand Down

0 comments on commit 1b891f2

Please sign in to comment.