Created
June 26, 2022 07:55
-
-
Save alibahaaa/aa12bc877a81049cf75d9c0a370b8396 to your computer and use it in GitHub Desktop.
This file contains 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 characters
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