blob: 0d6d7e124b067f0e1f198cfaffea0f963cf81270 [file] [log] [blame] [raw]
package forestry.api.mail;
public interface IPostalState {
boolean isOk();
String getIdentifier();
int ordinal();
}