15 lines
513 B
Java
15 lines
513 B
Java
|
package com.scb.phone.data.network.service;
|
||
|
|
||
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
||
|
import o.AbstractC13175fSw;
|
||
|
import o.C17769zcZ;
|
||
|
import retrofit2.http.GET;
|
||
|
import retrofit2.http.Header;
|
||
|
import retrofit2.http.Query;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface SlipAdsService {
|
||
|
@GET("v1/campaigns/centralized_banner")
|
||
|
AbstractC13175fSw<SingleDataEntity<C17769zcZ>> getSlipBanner(@Header("tilesVersion") String str, @Query("level1") String str2, @Query("level2") String str3);
|
||
|
}
|