Skip to content

Instantly share code, notes, and snippets.

@kwmt
Last active October 21, 2023 12:20
Show Gist options
  • Save kwmt/6f374b229996e27fdbfbe82ee99bd025 to your computer and use it in GitHub Desktop.
Save kwmt/6f374b229996e27fdbfbe82ee99bd025 to your computer and use it in GitHub Desktop.
package com.google.android.apps.gddquiz;
interface IQuizService {
String getCode();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment