Browse Source

changes commit

Suraj Kumar Mandal 1 year ago
parent
commit
44f3acfca3

+ 23 - 0
Fiscus/Cells/TableView/SystematicPauseCancellationTableViewCell.swift

@@ -0,0 +1,23 @@
+//
+//  SystematicPauseCancellationTableViewCell.swift
+//  Fiscus
+//
+//  Created by Suraj Kumar Mandal on 27/02/24.
+//
+
+import UIKit
+
+class SystematicPauseCancellationTableViewCell: UITableViewCell {
+
+    override func awakeFromNib() {
+        super.awakeFromNib()
+        // Initialization code
+    }
+
+    override func setSelected(_ selected: Bool, animated: Bool) {
+        super.setSelected(selected, animated: animated)
+
+        // Configure the view for the selected state
+    }
+
+}

+ 8 - 0
Fiscus/Model/SystematicPauseCancellationListModel.swift

@@ -0,0 +1,8 @@
+//
+//  SystematicPauseCancellationListModel.swift
+//  Fiscus
+//
+//  Created by Suraj Kumar Mandal on 27/02/24.
+//
+
+import Foundation

+ 29 - 0
Fiscus/View Controller/SystematicPauseCancellationViewController.swift

@@ -0,0 +1,29 @@
+//
+//  SystematicPauseCancellationViewController.swift
+//  Fiscus
+//
+//  Created by Suraj Kumar Mandal on 26/02/24.
+//
+
+import UIKit
+
+class SystematicPauseCancellationViewController: 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.
+    }
+    */
+
+}

+ 0 - 8
Fiscus/View Model/AddApplicantViewModel.swift

@@ -1,8 +0,0 @@
-//
-//  AddApplicantViewModel.swift
-//  Fiscus
-//
-//  Created by Suraj Kumar Mandal on 21/02/24.
-//
-
-import Foundation

+ 8 - 0
Fiscus/View Model/SystematicPauseCancellationViewModel.swift

@@ -0,0 +1,8 @@
+//
+//  SystematicPauseCancellationViewModel.swift
+//  Fiscus
+//
+//  Created by Suraj Kumar Mandal on 27/02/24.
+//
+
+import Foundation