Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Created October 10, 2017 20:23
Show Gist options
  • Save dmytro-anokhin/87287080e6a778507df4c6c2c6ed365f to your computer and use it in GitHub Desktop.
Save dmytro-anokhin/87287080e6a778507df4c6c2c6ed365f to your computer and use it in GitHub Desktop.
/// Data model for color palette
open class CLRPalette : NSObject {
/// Name of color palette
open var name: String?
/// List of colors in palette
open var colors: [CLRColor]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment