com.uchicom.csve.util.CellFactoryIf Maven / Gradle / Ivy
// (c) 2006 uchicom
package com.uchicom.csve.util;
public interface CellFactoryIf {
public CellInfo createCellInfo(String string);
}
// (c) 2006 uchicom
package com.uchicom.csve.util;
public interface CellFactoryIf {
public CellInfo createCellInfo(String string);
}