11 lines
190 B
Go
11 lines
190 B
Go
package inc
|
|
|
|
func screenBvkBranch() screen {
|
|
return screen{
|
|
name: ScreenBVKBranch,
|
|
title: "BVK — SAN FRANCISCO BRANCH",
|
|
background: BgBVKBranch,
|
|
onSelector: true,
|
|
}
|
|
}
|