Skip to content

Instantly share code, notes, and snippets.

@Jimmy-Prime
Created October 21, 2021 03:43
Show Gist options
  • Save Jimmy-Prime/96068add5c6150315e309cd72c9462e3 to your computer and use it in GitHub Desktop.
Save Jimmy-Prime/96068add5c6150315e309cd72c9462e3 to your computer and use it in GitHub Desktop.
// designated init
init() {}
// designated init label
init(label: Type) {}
// convenience init
convenience init() {}
// convenience init label
convenience init(label: Type) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment