Created
May 4, 2020 06:57
-
-
Save vamsitallapudi/86ed98666813415651fbe93033fae517 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class StoriesDataSourceProvider : DataSourceProvider { | |
override fun getDataSource(context:Context) : DataSource { | |
//build dependencies | |
return datasource | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment