Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 29, 2021 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/dda00fa04020d39f21517717d500681c to your computer and use it in GitHub Desktop.
Save iosdevie/dda00fa04020d39f21517717d500681c to your computer and use it in GitHub Desktop.
struct ImageData : Identifiable{
public let id = UUID()
public var imageName : String
public var label : String = "Processing..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment