//
//  CardIODetectionMode.h
//  See the file "LICENSE.md" for the full license governing this code.
//
//

#ifndef icc_CardIODetectionMode_h
#define icc_CardIODetectionMode_h

typedef NS_ENUM(NSInteger, CardIODetectionMode) {
  CardIODetectionModeCardImageAndNumber = 0,
  CardIODetectionModeCardImageOnly,
  CardIODetectionModeAutomatic
};

#endif

