Last active
August 21, 2018 09:13
-
-
Save GauravChaddha1996/bc2062363ff1a20f91a74a619a5ee32d 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 MyPresenter { | |
MyPresenter(MyDatabase db) { | |
// using this db | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment