Created
March 16, 2017 17:56
-
-
Save kinathru/32377feef5f291449dd51a56b30df44e to your computer and use it in GitHub Desktop.
This file contains 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
package com.kinath.interwar; | |
/** | |
* Created by Kinath on 3/15/2017. | |
*/ | |
public interface IGroundService | |
{ | |
public String getMessage(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment