Skip to content

Commit

Permalink
Update presenter var for ViewController
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Casanova committed May 3, 2019
1 parent eebe5ac commit 7d0cd2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import UIKit
//__ This class extends UIViewController. Feel free to modify it if needed
class ___VARIABLE_moduleName___ViewController: UIViewController {

public var presenter: ___VARIABLE_moduleName___Presenter?
public var presenter: ___VARIABLE_moduleName___PresenterDelegate?

// MARK: Lifecycle
override func viewDidLoad() {
Expand Down

0 comments on commit 7d0cd2d

Please sign in to comment.