Skip to content

Instantly share code, notes, and snippets.

@TheoBendixson
Created August 6, 2018 01:15
Show Gist options
  • Save TheoBendixson/797c5b3a8c3737190b5a6beef270ecbc to your computer and use it in GitHub Desktop.
Save TheoBendixson/797c5b3a8c3737190b5a6beef270ecbc to your computer and use it in GitHub Desktop.
no-initializer
class RGBColor {
var red: float
var green: float
var blue: float
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment