8#ifndef QRCodeManualEncodingEnum_h
9#define QRCodeManualEncodingEnum_h
12#import <Foundation/Foundation.h>
67 QRCodeManualEncodingNumeric,
68 QRCodeManualEncodingAlphaNumeric,
69 QRCodeManualEncodingBinary,
70 QRCodeManualEncodingKanji
QR Code data can be stored using different encoding types which affect the storage capacity of the ba...