mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
44 lines
905 B
Swift
44 lines
905 B
Swift
//import Foundation
|
|
//import SwiftUI
|
|
//import CoreBluetooth
|
|
//
|
|
//struct Channels: View {
|
|
//
|
|
// @State private var isShowingDetailView = true
|
|
//
|
|
// var body: some View {
|
|
//
|
|
// NavigationView {
|
|
//
|
|
// NavigationLink(destination: Messages(), isActive: $isShowingDetailView) {
|
|
//
|
|
// List {
|
|
//
|
|
// HStack {
|
|
//
|
|
// Image(systemName: "megaphone.fill")
|
|
// .font(.largeTitle)
|
|
// .symbolRenderingMode(.hierarchical)
|
|
// .padding(.trailing)
|
|
// .foregroundColor(.accentColor)
|
|
//
|
|
// Text("All - Broadcast")
|
|
// .font(.largeTitle)
|
|
//
|
|
// }.padding()
|
|
// }
|
|
// }
|
|
// .navigationTitle("Contacts")
|
|
// }
|
|
// .navigationViewStyle(DoubleColumnNavigationViewStyle())
|
|
// }
|
|
//}
|
|
//
|
|
//struct MessageList_Previews: PreviewProvider {
|
|
//
|
|
// static var previews: some View {
|
|
// Group {
|
|
// Channels()
|
|
// }
|
|
// }
|
|
//}
|