Guest User

Untitled

a guest
May 23rd, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package com.circleupapp.Access;
  2.  
  3. import com.circleupapp.Data.*;
  4.  
  5. /**
  6.  * Created with IntelliJ IDEA.
  7.  * User: thauber
  8.  * Date: 5/23/13
  9.  * Time: 1:06 PM
  10.  * To change this template use File | Settings | File Templates.
  11.  */
  12. public class APIResponse {
  13.     private Meta meta;
  14.     private Album album;
  15.     private Album[] albums;
  16.     private boolean success;
  17.     private String error;
  18.     private User[] users;
  19.     private Photo photo;
  20.     private Photo[] photos;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment