CustomisationProvider.java 363 Bytes
/*
 * This file is part of LiteLoader.
 * Copyright (C) 2012-16 Adam Mummery-Smith
 * All Rights Reserved.
 */
package com.mumfrey.liteloader.api;

/**
 * Base interface for loader customisation providers, has to be here so that we
 * don't load branding provider classes too soon.
 * 
 * @author Adam Mummery-Smith
 */
public interface CustomisationProvider
{
}