Skip to content

Commit

Permalink
fix import in h and m file (#211)
Browse files Browse the repository at this point in the history
* Update RNFIRMessaging.h

* Update RNFIRMesssaging.m
  • Loading branch information
Libin Lu authored Dec 1, 2016
1 parent 25ffc54 commit 1b1f886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNFIRMessaging.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#import <UIKit/UIKit.h>

@import FirebaseInstanceID;
@import FirebaseCore;

#import <React/RCTBridgeModule.h>

Expand Down
1 change: 1 addition & 0 deletions ios/RNFIRMesssaging.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

@import UserNotifications;
@import FirebaseMessaging;
@import FirebaseInstanceID;

#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0

Expand Down

0 comments on commit 1b1f886

Please sign in to comment.