card.io-iOS-SDK/CardIO/CardIODetectionMode.h

19 lines
371 B
C

//
// CardIODetectionMode.h
// Version 4.0.0
//
// 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