Skip to content

Instantly share code, notes, and snippets.

@ivangodfather
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save ivangodfather/1609c452c81a1bcf8f5a to your computer and use it in GitHub Desktop.

Select an option

Save ivangodfather/1609c452c81a1bcf8f5a to your computer and use it in GitHub Desktop.
var customObject: CustomObject? {
if self.customObject == nil {
self.customObject = CustomObject()
}
return self.customObject
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment