GSKScan
@interface GSKScan : NSObject
A scan, the result of the camera output. It encapsulates a simple file path as well as additional information on the capture.
-
A filepath including the filename to store the unrotated original JPEG out of the camera
Declaration
Objective-C
@property (nonatomic, strong, readonly) UIImage *_Nonnull image;
Swift
var image: UIImage { get }