Skip to content

Instantly share code, notes, and snippets.

@aronbalog
Last active July 26, 2019 19:27
Show Gist options
  • Save aronbalog/2dcfaf96005306ef8011f70fa456d29c to your computer and use it in GitHub Desktop.
Save aronbalog/2dcfaf96005306ef8011f70fa456d29c to your computer and use it in GitHub Desktop.
import CoreNavigation
class PersonProfileViewController: UIViewController, DataReceivable {
// DataReceivable associatedtype
typealias DataType = Person
func didReceiveData(_ data: Person) {
// configure UI with data
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment