sing-box/experimental/libbox/raw_network_stub.go

8 lines
75 B
Go

//go:build !android
package libbox
type RawNetwork interface {
stub()
}