Initialize Component Management
This commit is contained in:
@ -2,6 +2,6 @@ package fabrik.simulator.pic16f84.interfaces;
|
||||
|
||||
import fabrik.simulator.pic16f84.ToggleButtonGroupExt;
|
||||
|
||||
public interface ToggleButtonInterface {
|
||||
public interface ToggleButtonInterface extends PICComponentInterface {
|
||||
ToggleButtonGroupExt get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user