Files

10 lines
179 B
Go
Raw Permalink Normal View History

2022-01-11 12:48:12 -05:00
// This file imports implicit dependencies required by generated code.
//go:build mobile_implicit
package bind
import (
_ "github.com/netbirdio/gomobile-tvos-fork/bind/seq"
2022-01-11 12:48:12 -05:00
)