Added QR code scanner tooling for use in OTP auth URLs

This commit is contained in:
Michael Starke
2020-12-10 21:02:22 +01:00
parent 4caea9080e
commit baaf10d6f3
11 changed files with 259 additions and 62 deletions

View File

@@ -0,0 +1,19 @@
//
// NSImage+MPQRCode.h
// MacPass
//
// Created by Michael Starke on 10.12.20.
// Copyright © 2020 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSImage (MPQRCode)
@property (nonatomic, readonly, copy) NSString *QRCodeString;
@end
NS_ASSUME_NONNULL_END