8#ifndef BarcodeTypeEnum_1D_h
9#define BarcodeTypeEnum_1D_h
11#import <Foundation/Foundation.h>
76typedef NS_ENUM(NSInteger, BarcodeTypeEnum1D) {
77 BarcodeTypeEnum1DNotDefined,
78 BarcodeTypeEnum1DCode93,
79 BarcodeTypeEnum1DCode39,
80 BarcodeTypeEnum1DCode128,
81 BarcodeTypeEnum1DEAN13,
82 BarcodeTypeEnum1DEAN8,
83 BarcodeTypeEnum1DUPCA,
84 BarcodeTypeEnum1DI2of5,
85 BarcodeTypeEnum1DCODABAR