zntg/ui/image.go

8 lines
83 B
Go
Raw Normal View History

package ui
type Image interface {
Height() float32
Width() float32
Destroy()
}