Skip to content

Instantly share code, notes, and snippets.

@maltebucksch
Created June 26, 2018 07:59
Show Gist options
  • Save maltebucksch/f06fb9276193a8e01ee9164492a951bb to your computer and use it in GitHub Desktop.
Save maltebucksch/f06fb9276193a8e01ee9164492a951bb to your computer and use it in GitHub Desktop.
Realm Sync Service: Uploadable
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