Created
October 10, 2017 20:37
-
-
Save dmytro-anokhin/8dbde9a36bcdc34657ce4a4f37ccc509 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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