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;
Base class for ACellSquare.
Definition ACellSquare.h:32
id< IRuler > ruler
Definition ACellSquare.h:34
float xdim
Definition ACellSquare.h:35
instancetype NS_DESIGNATED_INITIALIZER()
Sets the size of the single cell square of a 2D barcode.
Definition ICellSquare.h:36