UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
AztecCodeTypeEnum.h
1//
2// AztecCodeTypeEnum.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/7.
6//
7
8#import <Foundation/Foundation.h>
9
59typedef NS_ENUM(NSUInteger, AztecCodeTypeEnum) {
60 AztecCodeTypeDefault,
61 AztecCodeTypeFixedErrCorrection,
62 AztecCodeTypeCompact,
63 AztecCodeTypeFull,
64 AztecCodeTypeRune
65};
Aztec barcode type/formats.