blob: c3f0e45bb87dd6cebb00482c35ba04a7a42945d5 [file] [log] [blame] [raw]
/*******************************************************************************
* Copyright 2011-2014 SirSengir
*
* This work (the API) is licensed under the "MIT" License, see LICENSE.txt for details.
******************************************************************************/
package forestry.api.mail;
public class PostManager {
public static IPostRegistry postRegistry;
}