Files
Woka_Native_iOS/WOKA/Authentication/Controller/NewPasswordVC.swift
Bilal 10a3e9d05d - Made the forget password UI.
- Made login view.
- Continue the flow from onboarding.
- added the flow from login-> create account and forget password.
2024-05-03 20:26:58 +05:30

30 lines
625 B
Swift

//
// NewPasswordVC.swift
// WOKA
//
// Created by Bilal on 03/05/2024.
//
import UIKit
class NewPasswordVC: UIViewController {
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.
}
*/
}