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
38typedef NS_ENUM(NSUInteger, QRCodeModelEnum) {
39 QRCodeModel1,
40 QRCodeModel2
41};
42
43#endif /* QRCodeModelEnum_h */
QR barcodes have increased in capacity and readability. Model 1 is the original, and other models imp...