public interface myFace {
	void run();
	void start();
}
