[add] function implementation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.acitelight.aether.model
|
||||
|
||||
data class BookMark(
|
||||
val name: String,
|
||||
val page: String
|
||||
)
|
||||
Reference in New Issue
Block a user