Skip to content

Instantly share code, notes, and snippets.

@ennioma
Created July 6, 2017 17:32
Show Gist options
  • Save ennioma/28cc4741ace6458dcd90e8de56cc7aab to your computer and use it in GitHub Desktop.
Save ennioma/28cc4741ace6458dcd90e8de56cc7aab to your computer and use it in GitHub Desktop.
import RealmSwift
/*
Dummy protocol for Entities
*/
public protocol Storable {
}
extension Object: Storable {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment