Skip to content

Instantly share code, notes, and snippets.

@ellehallal
Created September 21, 2019 11:50
Show Gist options
  • Save ellehallal/9156f612c1cb155e324ed4672fd7d372 to your computer and use it in GitHub Desktop.
Save ellehallal/9156f612c1cb155e324ed4672fd7d372 to your computer and use it in GitHub Desktop.
public interface MobilePhone extends Caller {
void openApp(String appName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment