// // HostingController.swift // Tetris WatchKit Extension // // Created by Shadowfacts on 10/14/19. // Copyright © 2019 Shadowfacts. All rights reserved. // import WatchKit import Foundation import SwiftUI class HostingController: WKHostingController { override var body: ContentView { return ContentView() } }