Created
October 10, 2017 20:35
-
-
Save dmytro-anokhin/6e2b6c287d9d0306d29d99e19adba1e4 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
open class CLRPalette : NSObject { | |
public init() | |
public init(colors: [CLRColor]) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment