We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e9da3 commit 6f60170Copy full SHA for 6f60170
README.md
@@ -2,7 +2,7 @@
2
## Usage
3
NotificationManager
4
5
- NotificationManager.scheduleNotification(id: "标识", title: "通知测试", subtitle: "子标题", body: "风雨一夜花满楼", badgeCount: 10)
+ NotificationManager.scheduleNotification(id: "标识", title: "通知测试", subtitle: "子标题", body: "风雨一夜花满楼", badgeCount: 10)
6
7
NotificationManager.pending { [weak self] value in
8
print("\(value)未发送")
0 commit comments