Commit d23c6ec9 authored by Libin Lu's avatar Libin Lu Committed by GitHub

update import

parent f083c6f9
#import <UIKit/UIKit.h>
#if __has_include(<Firebase.h>)
#import <FirebaseCore/FirebaseCore.h>
#import <FirebaseMessaging/FirebaseMessaging.h>
#import <FirebaseInstanceID/FirebaseInstanceID.h>
#else
@import Firebase;
#endif
#import <React/RCTEventEmitter.h>
@import UserNotifications;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment