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是原始的,其他模型提高了可讀性和數據容量。