Advertisement
MrModest

_AnimeShortInfo.java

Sep 17th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package ru.shikimori.api.models.json;
  2.  
  3. public class _AnimeShortInfo extends _TitleShortInfo {
  4.  
  5.     public int episodes;
  6.     public int episodes_aired;
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement