Swiftgram/submodules/LegacyUI/Sources/LegacyNavigationController.swift

9 lines
239 B
Swift

import Foundation
import UIKit
import LegacyComponents
public func makeLegacyNavigationController(rootController: UIViewController) -> TGNavigationController {
return TGNavigationController.make(withRootController: rootController)
}