Last active
August 17, 2017 19:06
-
-
Save MacKentoch/f6ac14778ebd4081e1ace680e6c7fc5b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef AppRate_h | |
| #define AppRate_h | |
| #if __has_include("RCTBridgeModule.h") | |
| #import "RCTBridgeModule.h" | |
| #else | |
| #import <React/RCTBridgeModule.h> | |
| #endif | |
| #import <StoreKit/StoreKit.h> | |
| @interface RNAppStoreReview: NSObject <RCTBridgeModule, SKStoreProductViewControllerDelegate> | |
| @end | |
| #endif /* AppRate_h */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment