Skip to content

Instantly share code, notes, and snippets.

@jeamesbone
Last active October 19, 2016 03:53
Show Gist options
  • Save jeamesbone/c8751f52662b4cc2f3193bf8246a1866 to your computer and use it in GitHub Desktop.
Save jeamesbone/c8751f52662b4cc2f3193bf8246a1866 to your computer and use it in GitHub Desktop.
Storyboard Dependency Injection - Scene.swift
protocol Scene {
associatedtype ViewController
var identifier: String { get }
func configureViewController(_ viewController: ViewController)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment