Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Created April 4, 2016 21:53
Show Gist options
  • Save HDBandit/50b03891f077e070bb40feb3b2d22388 to your computer and use it in GitHub Desktop.
Save HDBandit/50b03891f077e070bb40feb3b2d22388 to your computer and use it in GitHub Desktop.
public interface MessageView {
interface MessageSummary {}
interface MessageEntire extends MessageSummary {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment