what-the-bank/sources/com/scb/phone/data/network/service/DonationsService.java

14 lines
374 B
Java

package com.scb.phone.data.network.service;
import o.AbstractC13163fSk;
import o.C17339vsn;
import retrofit2.http.GET;
import retrofit2.http.Query;
import retrofit2.http.Url;
/* loaded from: classes.dex */
public interface DonationsService {
@GET
AbstractC13163fSk<C17339vsn> getDonationList(@Url String str, @Query(encoded = true, value = "path") String str2);
}