Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Last active June 20, 2023 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdcolvin/195f2f995b5945c1424b7d3f9bd46169 to your computer and use it in GitHub Desktop.
Save tdcolvin/195f2f995b5945c1424b7d3f9bd46169 to your computer and use it in GitHub Desktop.
package com.tdcolvin.planetspotters.data.source.local
interface LocalDataSource {
//Ready to add method signatures here...
}
package com.tdcolvin.planetspotters.data.source.remote
interface RemoteDataSource {
//Ready to add method signatures here...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment