Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.circleupapp.Access;
- import com.circleupapp.Data.*;
- /**
- * Created with IntelliJ IDEA.
- * User: thauber
- * Date: 5/23/13
- * Time: 1:06 PM
- * To change this template use File | Settings | File Templates.
- */
- public class APIResponse {
- private Meta meta;
- private Album album;
- private Album[] albums;
- private boolean success;
- private String error;
- private User[] users;
- private Photo photo;
- private Photo[] photos;
- }
Advertisement
Add Comment
Please, Sign In to add comment