Introduce initial UI for connecting to networks
This commit is contained in:
parent
51fd638b72
commit
0fe630878d
33 changed files with 1458 additions and 321 deletions
10
Apple/App/Networks/Network.swift
Normal file
10
Apple/App/Networks/Network.swift
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import SwiftUI
|
||||
|
||||
protocol Network {
|
||||
associatedtype Label: View
|
||||
|
||||
var id: String { get }
|
||||
var backgroundColor: Color { get }
|
||||
|
||||
var label: Label { get }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue