lib: restructure to make space for database APIs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class WordSearchResult {
|
||||
// TODO: implement me
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class KanjiSearchResult {
|
||||
// TODO: implement me
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class RadicalsSearchResult {
|
||||
// TODO: implement me
|
||||
}
|
||||
Reference in New Issue
Block a user