forked from shadowfacts/Tusker
15 lines
254 B
Swift
15 lines
254 B
Swift
//
|
|
// ComposeHostingController.swift
|
|
// Tusker
|
|
//
|
|
// Created by Shadowfacts on 8/18/20.
|
|
// Copyright © 2020 Shadowfacts. All rights reserved.
|
|
//
|
|
|
|
import SwiftUI
|
|
import UIKit
|
|
|
|
class ComposeHostingController: UIHostingController<ComposeView> {
|
|
|
|
}
|