7 lines
87 B
Java
7 lines
87 B
Java
package obix.contracts;
|
|
|
|
import obix.IObj;
|
|
|
|
public interface BatchOut extends IObj {
|
|
}
|