package co.smartreceipts.android.workers.reports.pdf.misc; public interface PdfBoxCell { float getWidth(); float getHeight(); float getCellPadding(); }