Skip to content

Instantly share code, notes, and snippets.

@kinathru
Created March 16, 2017 17:56
Show Gist options
  • Save kinathru/32377feef5f291449dd51a56b30df44e to your computer and use it in GitHub Desktop.
Save kinathru/32377feef5f291449dd51a56b30df44e to your computer and use it in GitHub Desktop.
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