23 lines
382 B
Swift
23 lines
382 B
Swift
//
|
|
// ContentView.swift
|
|
// InfiniSolar WatchKit Extension
|
|
//
|
|
// Created by Evgeny Zinoviev on 03.08.2021.
|
|
//
|
|
//
|
|
//import SwiftUI
|
|
//
|
|
//struct ContentView: View {
|
|
// var body: some View {
|
|
// MainInverterView()
|
|
//
|
|
//
|
|
// }
|
|
//}
|
|
//
|
|
//struct ContentView_Previews: PreviewProvider {
|
|
// static var previews: some View {
|
|
// ContentView()
|
|
// }
|
|
//}
|