mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 00:25:58 +02:00
12 lines
160 B
Objective-C
12 lines
160 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
NSString *recognizeMRZ(UIImage *input, CGRect *boundingRect);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|