mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 13:49:28 +00:00
Refactored touchID codebase to be more in line with the rest.
Fixed a lot of potential memory leaks Fixed all issues reported analyzer
This commit is contained in:
@@ -14,8 +14,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@property (nonatomic, readonly, copy) NSString *QRCodeString;
|
||||
|
||||
+ (instancetype)QRCodeImageWithString:(NSString *)string;
|
||||
- (instancetype)initWithCIImage:(CIImage *)ciImage;
|
||||
+ (instancetype _Nullable)QRCodeImageWithString:(NSString *)string;
|
||||
- (instancetype _Nullable)initWithCIImage:(CIImage *)ciImage;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user