Skip to content

Instantly share code, notes, and snippets.

@kmkrn
Last active December 17, 2017 15:50
Show Gist options
  • Save kmkrn/e05e54ab2eaee280ac44895967c7d618 to your computer and use it in GitHub Desktop.
Save kmkrn/e05e54ab2eaee280ac44895967c7d618 to your computer and use it in GitHub Desktop.
Creating a simple mirror object
let husky = SiberianHusky()
let huskyMirror = Mirror(reflecting: husky)
//output: Mirror for SiberianHusky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment