8#ifndef Pdf417ErrCorrectionEnum_h
9#define Pdf417ErrCorrectionEnum_h
11typedef NS_ENUM (NSInteger, Pdf417ErrCorrectionEnum){
12 Pdf417ErrCorrectionLevel0 = 0,
13 Pdf417ErrCorrectionLevel1,
14 Pdf417ErrCorrectionLevel2,
15 Pdf417ErrCorrectionLevel3,
16 Pdf417ErrCorrectionLevel4,
17 Pdf417ErrCorrectionLevel5,
18 Pdf417ErrCorrectionLevel6,
19 Pdf417ErrCorrectionLevel7,
20 Pdf417ErrCorrectionLevel8