package jxl.read.biff;

import jxl.CellFeatures;

/* JADX INFO: loaded from: classes.dex */
interface CellFeaturesAccessor {
    CellFeatures getCellFeatures();

    void setCellFeatures(CellFeatures cellFeatures);
}
