-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically built release by Jenkins
- Loading branch information
Jenkins
committed
Aug 19, 2021
1 parent
d887878
commit 63e7832
Showing
577 changed files
with
3,978 additions
and
131,703 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
-480 Bytes
(89%)
BlinkCard.framework/BlinkCard_BlurClassifier_general_6.0.0.strop
Binary file not shown.
Binary file modified
BIN
-288 Bytes
(100%)
BlinkCard.framework/BlinkCard_Classifier_general_6.1.0.strop
Binary file not shown.
Binary file modified
BIN
-768 Bytes
(100%)
BlinkCard.framework/BlinkCard_Detector_general_6.0.0.strop
Binary file not shown.
Binary file modified
BIN
-320 Bytes
(99%)
BlinkCard.framework/BlinkCard_EmbossedClassifier_general_6.1.0.strop
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-576 Bytes
(97%)
BlinkCard.framework/BlinkCard_RotationClassifier_general_6.0.0.strop
Binary file not shown.
Binary file modified
BIN
-512 Bytes
(98%)
BlinkCard.framework/BlinkCard_RotationClassifier_general_6.2.0.strop
Binary file not shown.
Binary file modified
BIN
-576 Bytes
(100%)
BlinkCard.framework/BlinkCard_WordDetector_general_6.1.0.strop
Binary file not shown.
Binary file modified
BIN
-448 Bytes
(100%)
BlinkCard.framework/BlinkID_CreditCardOcr_general_6.2.0.strop
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
// Created by Jura Skrlec on 18.05.2021.. | ||
// Copyright (c) 2021 Microblink Ltd. All rights reserved. | ||
|
||
// ANY UNAUTHORIZED USE OR SALE, DUPLICATION, OR DISTRIBUTION | ||
// OF THIS PROGRAM OR ANY OF ITS PARTS, IN SOURCE OR BINARY FORMS, | ||
// WITH OR WITHOUT MODIFICATION, WITH THE PURPOSE OF ACQUIRING | ||
// UNLAWFUL MATERIAL OR ANY OTHER BENEFIT IS PROHIBITED! | ||
// THIS PROGRAM IS PROTECTED BY COPYRIGHT LAWS AND YOU MAY NOT | ||
// REVERSE ENGINEER, DECOMPILE, OR DISASSEMBLE IT. | ||
|
||
#import <Foundation/Foundation.h> | ||
#import "MBMicroblinkDefines.h" | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
MB_CLASS_AVAILABLE_IOS(9.0) MB_FINAL | ||
@interface MBCProductIntegrationInfo : NSObject | ||
|
||
+ (instancetype)sharedInstance NS_SWIFT_NAME(shared()); | ||
|
||
@property (nonatomic, strong, readonly) NSString *product; | ||
@property (nonatomic, strong, readonly) NSString *productVersion; | ||
@property (nonatomic, strong, readonly) NSString *packageName; | ||
@property (nonatomic, strong, readonly) NSString *platform; | ||
@property (nonatomic, strong, readonly) NSString *osVersion; | ||
@property (nonatomic, strong, readonly) NSString *device; | ||
@property (nonatomic, strong, readonly) NSString *userId; | ||
@property (nonatomic, strong, readonly) NSString *licensee; | ||
@property (nonatomic, strong, readonly) NSString *licenseId; | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.