tricrypt/types/ui.go

7 lines
52 B
Go
Raw Normal View History

2024-03-13 23:03:11 +01:00
package types
type UI interface {
Draw()
Run()
}