// 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.RequestInterceptor; // Referenced classes of package com.oliodevices.assist.app.api: // OlioApi, UserManager class this._cls0 implements RequestInterceptor { final OlioApi this$0; public void intercept(retrofit.erceptor.RequestFacade requestfacade) { requestfacade.addHeader("Authorization", String.format("Bearer %s", new Object[] { OlioApi.access$000(OlioApi.this).getAccessToken() })); requestfacade.addHeader("Content-Type", "application/json"); } () { this$0 = OlioApi.this; super(); } }