Swiftgram/TelegramUI/LegacyNavigationController.swift
2016-11-17 22:17:44 +03:00

9 lines
240 B
Swift

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