package jxl;

/* JADX INFO: loaded from: classes.dex */
public interface LabelCell extends Cell {
    String getString();
}
