Advertisement
MrModest

_HistoryItem.java

Sep 17th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. package ru.shikimori.api.models.json;
  2.  
  3. public class _HistoryItem {
  4.  
  5.     public int id;
  6.     public String createdAt;
  7.     public String description;
  8.     public _TitleShortInfo target; // (!)
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement