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

13 lines
290 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.data.network.service;
import o.AbstractC13163fSk;
import o.C17308vgM;
import retrofit2.http.GET;
import retrofit2.http.Url;
/* loaded from: classes.dex */
public interface CCContentService {
@GET
AbstractC13163fSk<C17308vgM> getCMContent(@Url String str);
}