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