Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Created October 10, 2017 20:37
Show Gist options
  • Select an option

  • Save dmytro-anokhin/8dbde9a36bcdc34657ce4a4f37ccc509 to your computer and use it in GitHub Desktop.

Select an option

Save dmytro-anokhin/8dbde9a36bcdc34657ce4a4f37ccc509 to your computer and use it in GitHub Desktop.
@interface CLRPalette : NSObject
// Init empty color palette
- (instancetype)init;
// Init color palette with colors
- (instancetype)initWithColors:(NSArray<CLRColor *> *)colors NS_DESIGNATED_INITIALIZER;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment