We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d456a24 commit c878b67Copy full SHA for c878b67
1 file changed
Code/View/viewcontroller.swift.liquid
@@ -8,7 +8,7 @@
8
9
import UIKit
10
11
-class {{ module_info.name }}ViewController: UIViewController, {{module_info.name}}ViewProtocol {
+class {{ module_info.name }}ViewController: BaseViewController, {{module_info.name}}ViewProtocol {
12
13
var presenter: {{ module_info.name }}PresenterProtocol?
14
0 commit comments