Commit 6658c88f authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 6740f339
......@@ -131,6 +131,8 @@ pod install Firebase/Messaging
### Shared steps
Edit `AppDelegate.h`:
```diff
+ @import UserNotifications;
+
+ @interface AppDelegate : UIResponder <UIApplicationDelegate,UNUserNotificationCenterDelegate>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
```
......
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