Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created November 29, 2017 01:09
Show Gist options
  • Save larkintuckerllc/63cd2ed881333a272183de12af423aa2 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/63cd2ed881333a272183de12af423aa2 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 2 - 6
package com.larkintuckerllc.dagger.mocks;
import com.larkintuckerllc.dagger.MyExample;
import java.util.Date;
public class MyExampleImplMock implements MyExample {
public long getDate() {
return 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment