Created
April 4, 2016 21:53
-
-
Save HDBandit/50b03891f077e070bb40feb3b2d22388 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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