Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.androidsmith.sacc;
- import java.util.ArrayList;
- import com.androidsmith.sacc.model.Country;
- public class Response {
- ArrayList<Country> data;
- public Response() {
- data = new ArrayList<Country>();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement