Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created June 26, 2022 07:55
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 alibahaaa/aa12bc877a81049cf75d9c0a370b8396 to your computer and use it in GitHub Desktop.
Save alibahaaa/aa12bc877a81049cf75d9c0a370b8396 to your computer and use it in GitHub Desktop.
import Foundation
import shared
enum DataState {
case loading
case result([Entity])
case error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment