2026-03-17 13:31:18 -07:00

10 lines
238 B
Java

package com.honeywell.honeywellXL10NextGen.io;
import com.honeywell.honeywellXL10NextGen.logicContainers.BIMacro;
public interface IIORestorer {
void restoreAllIOs(BIMacro bIMacro);
void restoreIO(BIOComponent bIOComponent);
}