MirrorValidGeoIpResponse.java
450 Bytes
package com.bitstrips.imoji.api;
import com.google.gson.annotations.SerializedName;
public class MirrorValidGeoIpResponse
{
@SerializedName("result")
Boolean result;
public boolean getResult()
{
return this.result.booleanValue();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/bitstrips/imoji/api/MirrorValidGeoIpResponse.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/