Swiftgram/TelegramUI/LegacyNavigationController.swift
2017-08-15 14:44:14 +03:00

9 lines
232 B
Swift

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