UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
QRCodeModelEnum.h
1
//
2
// QRCodeModelEnum.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/8.
6
//
7
8
#ifndef QRCodeModelEnum_h
9
#define QRCodeModelEnum_h
10
11
#import <Foundation/Foundation.h>
12
38
typedef
NS_ENUM(NSUInteger,
QRCodeModelEnum
) {
39
QRCodeModel1,
40
QRCodeModel2
41
};
42
43
#endif
/* QRCodeModelEnum_h */
QRCodeModelEnum
QR barcodes have increased in capacity and readability. Model 1 is the original, and other models imp...
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IBcdQRCode
QRCodeModelEnum.h
Generated by
1.10.0