Skip to content

Instantly share code, notes, and snippets.

@SungjinYoo
Created November 13, 2018 11:12
Show Gist options
  • Save SungjinYoo/bb222fc8ffba931f584041e5b7886b9e to your computer and use it in GitHub Desktop.
Save SungjinYoo/bb222fc8ffba931f584041e5b7886b9e to your computer and use it in GitHub Desktop.
Sample non functional interface definition
interface SampleNonFunctionalInterface {
// there are two abstract methods!
int foo();
int bar();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment