document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public interface State {
  2.    public void doAction(Context context);
  3. }
');