8#ifndef IRectangleCell_h
9#define IRectangleCell_h
11#import <Foundation/Foundation.h>
12#import <UniPRT/ICellRect.h>
30@protocol IRectangleCell <NSObject>
42@property (nonatomic, strong) id<ICellRect>
cellSize;
id< ICellRect > cellSize
Barcode cell size. Larger cell size results in barcodes that take up a larger area.
Definition IRectangleCell.h:42