// // RootWireframe.swift // <%= @project %> // // Created by <%= @author %> on <%= @date %>. // //
import Foundation import UIKit
class RootWireframe: NSObject {
init(window: UIWindow) { super.init() // custom initialization }
}
// // RootWireframe.swift // <%= @project %> // // Created by <%= @author %> on <%= @date %>. // //
import Foundation import UIKit
class RootWireframe: NSObject {
init(window: UIWindow) { super.init() // custom initialization }
}