Last active
March 30, 2022 07:49
-
-
Save vyppN/20821020ec5d01795b3b6aa3e8e2024b to your computer and use it in GitHub Desktop.
Revisions
-
vyppN revised this gist
Mar 30, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ public struct BaseGradient { var colors: [UIColor] var angle: CGFloat var locations: [NSNumber] } -
vyppN created this gist
Mar 30, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ public struct BaseGradient { var colors: [UIColor] var angle: CGFloat }