Skip to content

Instantly share code, notes, and snippets.

@amitkma
Created May 25, 2017 14:50
Show Gist options
  • Save amitkma/5794d550f85d41a4a1d0cb3d5764b6b4 to your computer and use it in GitHub Desktop.
Save amitkma/5794d550f85d41a4a1d0cb3d5764b6b4 to your computer and use it in GitHub Desktop.
// If getting instance in other class.
ExampleClassStitch exampleClassStitch = ExampleClassStitch.stitch(new ExampleClass());
// Or if getting instance in same class
ExampleClassStitch exampleClassStitch = ExampleClassStitch.stitch(this);.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment