package jxl;

/* JADX INFO: loaded from: classes.dex */
public interface BooleanCell extends Cell {
    boolean getValue();
}
