ppforge/packeteditor.go

8 lines
100 B
Go
Raw Normal View History

2022-11-25 11:36:29 +01:00
package ppf
import "fyne.io/fyne/v2"
2022-11-25 11:36:29 +01:00
type PacketEditor struct {
Representation *fyne.Container
}