pull/32/head
parent
0f70ab546b
commit
354e00794e
@ -1,5 +1,12 @@ |
||||
package io.legado.app.model.book |
||||
|
||||
import io.legado.app.data.entities.SearchBook |
||||
|
||||
class BookList { |
||||
|
||||
fun analyzeBookList(): ArrayList<SearchBook> { |
||||
var bookList = ArrayList<SearchBook>() |
||||
|
||||
return bookList |
||||
} |
||||
} |
Loading…
Reference in new issue