Created
June 26, 2018 07:59
-
-
Save maltebucksch/f06fb9276193a8e01ee9164492a951bb to your computer and use it in GitHub Desktop.
Realm Sync Service: Uploadable
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
protocol Uploadable: Decodable { | |
var resourceURL: URL { get } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment