From c8a84acbec91678c14e23d8dfed20f26d9d0361e Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Fri, 19 Feb 2021 18:30:06 +0100 Subject: Moving TopManga files into their own subdir --- .../java/xyz/adjutor/aniki/RestTopMangaResponse.kt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app/src/main/java/xyz/adjutor/aniki/RestTopMangaResponse.kt (limited to 'app/src/main/java/xyz/adjutor/aniki/RestTopMangaResponse.kt') diff --git a/app/src/main/java/xyz/adjutor/aniki/RestTopMangaResponse.kt b/app/src/main/java/xyz/adjutor/aniki/RestTopMangaResponse.kt deleted file mode 100644 index 0a7ebc8..0000000 --- a/app/src/main/java/xyz/adjutor/aniki/RestTopMangaResponse.kt +++ /dev/null @@ -1,19 +0,0 @@ -package xyz.adjutor.aniki - -import com.google.gson.annotations.SerializedName - -class RestTopMangaResponse { - - @SerializedName("request_hash") - var request_hash: String? = null - @SerializedName("request_cached") - var request_cached: Boolean? = null - @SerializedName("request_cached_expiry") - var request_cached_expiry: Int? = null - @SerializedName("top") - var top: List? = null - - fun getResults(): List { - return top!! - } -} \ No newline at end of file -- cgit v1.2.3