VCRootCreateNew.swift
471 Bytes
import UIKit
import Foundation
class VCRootCreateNew: VCContainerFullScreen {
var tenCty: String?, tenCtruong: String?
var mucChups: [MucChup]?
static func openController(_ viewController: UIViewController) {
let vcOpen = VCRootCreateNew()
viewController.present(vcOpen, animated: true, completion: nil)
}
override func viewDidLoad() {
super.viewDidLoad()
changeCurrentController(VCNhapTenCty.getInstance())
}
}