Files
ArmedPolice/app/logic/inotice.go
2021-11-08 11:09:27 +08:00

6 lines
60 B
Go

package logic
type INotice interface {
ToBytes() []byte
}