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
條碼單元大小。較大的單元大小會使條碼占用更大的面積。
Definition IRectangleCell.h:42