package jxl;

/* JADX INFO: loaded from: classes.dex */
public interface ErrorCell extends Cell {
    int getErrorCode();
}
