package com.lightdev.app.shtm;

public interface ActionBuilder {
	void initActions(SHTMLPanel panel);
}
