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