Skip to content

Instantly share code, notes, and snippets.

@landonf
Created June 3, 2014 15:02
Show Gist options
  • Save landonf/45fa505720a90036cf46 to your computer and use it in GitHub Desktop.
Save landonf/45fa505720a90036cf46 to your computer and use it in GitHub Desktop.
Shorter Class Syntax
class SongEntry (let name: String)
class ExampleWithAdditionalConstructor (let name: String) {
func self () {
self("default name");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment