Added SwiftUI support

This commit is contained in:
Doron Katz
2020-01-28 10:39:04 -08:00
parent f9282dcef2
commit e6fcda22fc
3 changed files with 45 additions and 1 deletions
+4
View File
@@ -5,6 +5,9 @@
// Created by Florian Gabach on 05/02/2017.
import UIKit
#if canImport(SwiftUI)
import SwiftUI
#endif
open class OpenSourceController: NSObject {
@@ -43,3 +46,4 @@ open class OpenSourceController: NSObject {
navigationController.pushViewController(licenceController, animated: true)
}
}