Skip to content

Instantly share code, notes, and snippets.

@nbness2
Created December 22, 2021 09:40
Show Gist options
  • Save nbness2/9bbf57b87d90bbd906c40a0afc8ac2b6 to your computer and use it in GitHub Desktop.
Save nbness2/9bbf57b87d90bbd906c40a0afc8ac2b6 to your computer and use it in GitHub Desktop.
Return String Interface
public interface ReturnString {
String getString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment