Back to project page EnklawaPlayer.
The source code is released under:
GNU General Public License
If you think the Android project EnklawaPlayer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package macbury.pod.api; //from w ww. j a v a 2 s .com import java.util.Date; /** * Created by macbury on 12.09.14. */ public class APIThread { public String id; public String title; public String content; public Date pub_date; public String link; }