16 lines
399 B
Java
16 lines
399 B
Java
|
package com.scb.phone.data.network.service;
|
||
|
|
||
|
import o.AbstractC13163fSk;
|
||
|
import okhttp3.ResponseBody;
|
||
|
import retrofit2.Response;
|
||
|
import retrofit2.http.GET;
|
||
|
import retrofit2.http.Streaming;
|
||
|
import retrofit2.http.Url;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface FundSummaryService {
|
||
|
@Streaming
|
||
|
@GET
|
||
|
AbstractC13163fSk<Response<ResponseBody>> downloadFundSummaryPDF(@Url String str);
|
||
|
}
|