Skip to content

Commit c878b67

Browse files
committed
change subclass UIViewController
1 parent d456a24 commit c878b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/View/viewcontroller.swift.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import UIKit
1010

11-
class {{ module_info.name }}ViewController: UIViewController, {{module_info.name}}ViewProtocol {
11+
class {{ module_info.name }}ViewController: BaseViewController, {{module_info.name}}ViewProtocol {
1212

1313
var presenter: {{ module_info.name }}PresenterProtocol?
1414

0 commit comments

Comments
 (0)