package com.ponyvillelive.pvlmobile.model.net; import java.util.Map; /** * Created by berwyn on 05/09/14. */ public class MapResponse<K, V> { public String status; public Map<K, V> result; }