// 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 retrofit.Callback; import retrofit.RetrofitError; import retrofit.client.Response; // Referenced classes of package com.oliodevices.assist.app.api: // OlioApi, ApiCallback, UserManager class k implements Callback { final OlioApi this$0; final ApiCallback val$callback; public void failure(RetrofitError retrofiterror) { val$callback.failure(retrofiterror); } public volatile void success(Object obj, Response response) { success((Response)obj, response); } public void success(Response response, Response response1) { OlioApi.access$000(OlioApi.this).clearDetails(); val$callback.success(); } k() { this$0 = final_olioapi; val$callback = ApiCallback.this; super(); } }