8#ifndef PglBarcode2DProperties_h
9#define PglBarcode2DProperties_h
11#import <Foundation/Foundation.h>
14NS_ASSUME_NONNULL_BEGIN
18@interface PglBarcode2DProperties : NSObject
20@property (nonatomic, assign) PGLBarcodeType2D type;
21@property (nonatomic, assign) PGLRotation rotation;