package xyz.adjutor.aniki import retrofit2.http.GET import retrofit2.Call interface TopMangaApi { @GET("v3/top/manga") fun getTopMangaData(): Call }