Skip to content

Instantly share code, notes, and snippets.

@oznus
Last active August 30, 2015 22:34
Show Gist options
  • Select an option

  • Save oznus/2d0d25b12d2dee759304 to your computer and use it in GitHub Desktop.

Select an option

Save oznus/2d0d25b12d2dee759304 to your computer and use it in GitHub Desktop.
public class User extends RealmObject {
private String userName;
private String imageUrl;
private String status;
private RealmList<Email> emailList;
//getters and setter
.....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment