Skip to content

Instantly share code, notes, and snippets.

@oznus
Created August 30, 2015 22:39
Show Gist options
  • Save oznus/72b0f3ae2411214b7378 to your computer and use it in GitHub Desktop.
Save oznus/72b0f3ae2411214b7378 to your computer and use it in GitHub Desktop.
public class Email extends RealmObject {
@PrimaryKey
private String address;
.....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment