8#ifndef Barcode2DProperties_h
9#define Barcode2DProperties_h
11#import <Foundation/Foundation.h>
12#import <UniPRT/TSPL.h>
16@property (nonatomic, assign) TSPLBarcodeType2D
type;
17@property (nonatomic, assign) TSPLRotation
rotation;
Definition Barcode2DProperties.h:15
TSPLRotation rotation
Definition Barcode2DProperties.h:17
TSPLBarcodeType2D type
Definition Barcode2DProperties.h:16
instancetype init()
Definition Barcode2DProperties.m:13