UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
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条形码的容量和可读性得到了提高。模型1是原始的,其他模型提高了可读性和数据容量。