MSSImageScanner 4.29.0
The MSSImageScanner SDK provides a library to scan QR codes and CrontoSign images
Loading...
Searching...
No Matches
QRCodeScannerSDKDecodingResultData.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#import <Foundation/Foundation.h>
9#import <MSSImageScanner/QRCodeScannerSDKCodeType.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
19
23@property(nonatomic, readonly, copy) NSString *result;
24
30@property(nonatomic, readonly) CodeType codeType;
31
32- (instancetype)init NS_UNAVAILABLE;
33+ (instancetype)new NS_UNAVAILABLE;
34
35@end
36
37NS_ASSUME_NONNULL_END
NS_REFINED_FOR_SWIFT
Definition: QRCodeScannerSDKCodeType.h:17
Definition: QRCodeScannerSDKDecodingResultData.h:19
NSString * result
Definition: QRCodeScannerSDKDecodingResultData.h:23
CodeType codeType
Definition: QRCodeScannerSDKDecodingResultData.h:30