Simplify ComponentLocator
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package fabrik.simulator.pic16f84.interfaces;
|
||||
|
||||
import fabrik.simulator.pic16f84.PICComponents;
|
||||
import fabrik.simulator.pic16f84.PICComponentLocator;
|
||||
|
||||
public interface PICComponentInterface {
|
||||
void initialize(PICComponents picComponents);
|
||||
void initialize(PICComponentLocator picComponents);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user