package com.liyu.fakeweather.http; /** * Created by liyu on 2016/10/31. */ public class BaseGankResponse<T> { public boolean error; public T results; }