Last active
March 30, 2022 07:49
-
-
Save vyppN/20821020ec5d01795b3b6aa3e8e2024b 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
| public struct BaseGradient { | |
| var colors: [UIColor] | |
| var angle: CGFloat | |
| var locations: [NSNumber] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment