Skip to content

Instantly share code, notes, and snippets.

@ennioma
Created July 6, 2017 17:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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