Skip to content

Instantly share code, notes, and snippets.

@zafarivaev
Created January 5, 2020 12:12
Show Gist options
  • Save zafarivaev/373b8a057e0607a86c0f3a48aa068dc2 to your computer and use it in GitHub Desktop.
Save zafarivaev/373b8a057e0607a86c0f3a48aa068dc2 to your computer and use it in GitHub Desktop.
class QuoteDetailViewController: UIViewController {
// MARK: - Lifecycle Methods
override func viewDidLoad() {
super.viewDidLoad()
setupUI()
presenter?.viewDidLoad()
}
// MARK: - Properties
var presenter: ViewToPresenterQuoteDetailProtocol?
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment