Files
Woka_Native_iOS/WOKA/OnBoarding Module/Controller/MainNavController.swift

30 lines
643 B
Swift
Raw Permalink Normal View History

//
// MainNavController.swift
// WOKA
//
// Created by MacBook Pro on 28/05/24.
//
import UIKit
class MainNavController: UINavigationController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/
}