Created
May 2, 2018 12:34
-
-
Save EJSohn/db560969733e9d0f2d2de2150c9d1558 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| public enum Result<Value> { | |
| case Success(Value) | |
| case Failure(NSData?, ErrorType) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment