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
条码单元大小。较大的单元大小会使条码占用更大的面积。
定义 IRectangleCell.h:42