11#import <Foundation/Foundation.h>
13#import <UniPRT/ICellSquare.h>
14#import <UniPRT/IRuler.h>
34@property (nonatomic, strong) id<IRuler>
ruler;
35@property (nonatomic, assign)
float xdim;
39- (instancetype)initWithXDim:(
float)xdim ruler:(
id<IRuler>)ruler NS_DESIGNATED_INITIALIZER;
ACellSquare 的基类。
Definition ACellSquare.h:32
id< IRuler > ruler
Definition ACellSquare.h:34
float xdim
Definition ACellSquare.h:35
instancetype NS_DESIGNATED_INITIALIZER()
设置2D条码单元方块的大小。
Definition ICellSquare.h:36