Skip to content

Commit

Permalink
Merge pull request #2 from vikmeup/patch-1
Browse files Browse the repository at this point in the history
Make iOS variable public to reuse
  • Loading branch information
LyricTian authored Oct 9, 2019
2 parents 558cb2d + 22ce1aa commit d9f0db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (o OS) String() string {
// 定义推送平台
const (
Android OS = "android"
iOS OS = "ios"
IOS OS = "ios"
WinPhone OS = "winphone"
)

Expand Down

0 comments on commit d9f0db7

Please sign in to comment.