gorush/gorush/const.go

11 lines
97 B
Go

package gopush
const (
Version = "0.0.1"
)
const (
PlatFormIos = iota + 1
PlatFormAndroid
)