blob: 3efb27e3691c490a7a6e1b319f7e26c002e157d1 [file] [log] [blame]
package com.google.gwt.examples.i18n;
import com.google.gwt.i18n.client.Constants;
public interface MyConstants extends Constants {
String helloWorld();
String goodbyeWorld();
}