Files
ghostgram/submodules/LegacyUI/Sources/LegacyNavigationController.swift
T

9 lines
239 B
Swift

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