UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
Barcode2DProperties.h
1//
2// Barcode_2D_Properties.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/14.
6//
7
8#ifndef Barcode2DProperties_h
9#define Barcode2DProperties_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/TSPL.h>
13
16@interface Barcode2DProperties : NSObject
17
18@property (nonatomic, assign) TSPLBarcodeType2D type;
19@property (nonatomic, assign) TSPLRotation rotation;
20
21- (instancetype)init;
22
23@end
24
27#endif /* Barcode_2D_Properties_h */