Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Last active August 1, 2021 11:43
Embed
What would you like to do?
public class Remote {
Device device;
public Remote(Device device) {
this.device = device;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment