
com.threerings.gwt.util.UtilMessages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-utils Show documentation
Show all versions of gwt-utils Show documentation
Utilities for use in developing GWT applications.
The newest version!
//
// Generated by I18nSyncTask on Fri Oct 09 10:30:41 PDT 2015
package com.threerings.gwt.util;
public interface UtilMessages extends com.google.gwt.i18n.client.Messages
{
@Key("tomorrow")
String tomorrow ();
@Key("today")
String today ();
@Key("yesterday")
String yesterday ();
@Key("dateTime")
String dateTime (String arg0, String arg1);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy