Guest User

Untitled

a guest
Jun 24th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class CustomData extends RealmObject implements Parcelable {
  2. @PrimaryKey
  3. private int id;
  4. private String message;
  5. private String data;
  6. @Index
  7. private String field2;
  8. }
Add Comment
Please, Sign In to add comment