Skip to content

Instantly share code, notes, and snippets.

@sandeeplearner
Created May 11, 2020 21:58
Show Gist options
  • Save sandeeplearner/0edf0880ed2c1ab690bc30e0ce508af5 to your computer and use it in GitHub Desktop.
Save sandeeplearner/0edf0880ed2c1ab690bc30e0ce508af5 to your computer and use it in GitHub Desktop.
Dynamic polymorphism
class ViewControllerV2: UIViewController {
var passedClass: Description!
override func viewDidLoad() {
super.viewDidLoad()
debugPrint(passedClass.discribe())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment