Skip to content

Instantly share code, notes, and snippets.

@BobGu
Last active May 6, 2016 18:25
Show Gist options
  • Save BobGu/94991f5f70ec27519510c32400817fbb to your computer and use it in GitHub Desktop.
Save BobGu/94991f5f70ec27519510c32400817fbb to your computer and use it in GitHub Desktop.
public interface State {
public void verifyCreditCard(String info);
public void ship();
public void orderDelivered();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment