mvvmframe
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mvvmframe
mvvmframe
/
com.king.frame.mvvmframe.data
Package-level
declarations
Types
Types
Data
Repository
Link copied to clipboard
@
Singleton
open
class
DataRepository
@
Inject
constructor
(
dataSource
:
DataSource
)
:
Repository
数据仓库
Repository
Link copied to clipboard
interface
Repository
数据仓库;具体实现请查看:
DataRepository