// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.api; import com.olio.util.ALog; import com.oliodevices.assist.app.api.models.WebSetting; import retrofit.Callback; import retrofit.RetrofitError; import retrofit.client.Response; // Referenced classes of package com.oliodevices.assist.app.api: // OlioApi class this._cls0 implements Callback { final OlioApi this$0; public void failure(RetrofitError retrofiterror) { ALog.d("Failed to create the settings", new Object[0]); } public void success(WebSetting websetting, Response response) { ALog.d(websetting.toString(), new Object[0]); } public volatile void success(Object obj, Response response) { success((WebSetting)obj, response); } etting() { this$0 = OlioApi.this; super(); } }