// // HostingController.swift // Switch WatchKit Extension // // Created by Within on 2019-09-21. // Copyright © 2019 Within. All rights reserved. // import WatchKit import Foundation import SwiftUI class HostingController: WKHostingController { override var body: ContentView { return ContentView() } }