Skip to content

Instantly share code, notes, and snippets.

@arthurpalves
Created June 30, 2020 15:38
Show Gist options
  • Save arthurpalves/ba378f37a39fe7a1300e4162572b3701 to your computer and use it in GitHub Desktop.
Save arthurpalves/ba378f37a39fe7a1300e4162572b3701 to your computer and use it in GitHub Desktop.
struct SimpleEntry: TimelineEntry {
public let date: Date
public let product: Product
public let maskSensitiveData: Bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment