Skip to content

Instantly share code, notes, and snippets.

@anuragajwani
Created May 7, 2017 17:26
Show Gist options
  • Save anuragajwani/e0dc872f8f36493d675c43fb8fdb1b79 to your computer and use it in GitHub Desktop.
Save anuragajwani/e0dc872f8f36493d675c43fb8fdb1b79 to your computer and use it in GitHub Desktop.
import Foundation
import UIKit
final class MoviesViewCoordinator {
private let navigationController: UINavigationController
init(navigationController: UINavigationController) {
self.navigationController = navigationController
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment