Tusker/Tusker/Screens/Compose/ComposeHostingViewControlle...

15 lines
254 B
Swift
Raw Normal View History

2020-08-31 23:28:50 +00:00
//
// ComposeHostingController.swift
// Tusker
//
// Created by Shadowfacts on 8/18/20.
// Copyright © 2020 Shadowfacts. All rights reserved.
//
import SwiftUI
import UIKit
class ComposeHostingController: UIHostingController<ComposeView> {
}