Skip to content

Instantly share code, notes, and snippets.

@gyugyu90
Created October 20, 2024 03:28
Show Gist options
  • Save gyugyu90/6a3dcd021771969966f25070166403b6 to your computer and use it in GitHub Desktop.
Save gyugyu90/6a3dcd021771969966f25070166403b6 to your computer and use it in GitHub Desktop.
abstract interface class ToBeImplemented {
void doSomething();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment