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