ppforge/packeteditor.go

8 lines
100 B
Go

package ppf
import "fyne.io/fyne/v2"
type PacketEditor struct {
Representation *fyne.Container
}