mirror of https://github.com/readrops/Readrops.git
Remove unused class
This commit is contained in:
parent
6647a9bb2c
commit
7270ed0f85
|
@ -1,14 +0,0 @@
|
|||
package com.readrops.api.services.nextcloudnews.json
|
||||
|
||||
import com.squareup.moshi.JsonClass
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class NextNewsUser(val userId: String,
|
||||
val displayName: String,
|
||||
val lastLoginTimestamp: Long,
|
||||
val avatar: Avatar?) {
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class Avatar(val data: String,
|
||||
val mime: String)
|
||||
}
|
Loading…
Reference in New Issue