package org.tessell.widgets.cellview; import com.google.gwt.cell.client.Cell; public interface IsHtmlCell<C> extends Cell<C> { }