UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
PglBarcode2DProperties.h
1//
2// PglBarcode2DProperties.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/23.
6//
7
8#ifndef PglBarcode2DProperties_h
9#define PglBarcode2DProperties_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/PGL.h>
13
14NS_ASSUME_NONNULL_BEGIN
15
18@interface PglBarcode2DProperties : NSObject
19
20@property (nonatomic, assign) PGLBarcodeType2D type;
21@property (nonatomic, assign) PGLRotation rotation;
22
23- (instancetype)init;
24
25@end
26
29NS_ASSUME_NONNULL_END
30
31
32#endif /* PglBarcode2DProperties_h */