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
14@interface Barcode2DProperties : NSObject
15
16@property (nonatomic, assign) TSPLBarcodeType2D type;
17@property (nonatomic, assign) TSPLRotation rotation;
18
19- (instancetype)init;
20
21@end
22
23#endif /* Barcode_2D_Properties_h */
Definition Barcode2DProperties.h:15
TSPLRotation rotation
Definition Barcode2DProperties.h:17
TSPLBarcodeType2D type
Definition Barcode2DProperties.h:16
instancetype init()
Definition Barcode2DProperties.m:13