Files
2022-01-27 14:50:52 +08:00

6 lines
59 B
Go

package logic
type INotice interface {
Prefix() string
}