Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created November 27, 2017 01:07
Show Gist options
  • Save larkintuckerllc/fce6547821d180c1747fa73fe76fbeb3 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/fce6547821d180c1747fa73fe76fbeb3 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 1 - 5
package com.larkintuckerllc.dagger;
interface MyExample {
long getDate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment