This commit is contained in:
wangchuxiao
2022-08-31 11:55:55 +08:00
parent 5b68d86052
commit 26d9d7630c
3 changed files with 15 additions and 4 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ type OfflinePusher interface {
}
type PushOpts struct {
Signal Signal
Signal Signal
IOSPushSound string
IOSBadgeCount bool
}
type Signal struct {