Skip to content

Instantly share code, notes, and snippets.

@vyppN
Last active March 30, 2022 07:49
Show Gist options
  • Select an option

  • Save vyppN/20821020ec5d01795b3b6aa3e8e2024b to your computer and use it in GitHub Desktop.

Select an option

Save vyppN/20821020ec5d01795b3b6aa3e8e2024b to your computer and use it in GitHub Desktop.
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