iOS: Finish support for key files
This commit is contained in:
parent
fa21a9d8f3
commit
e5b90b856a
24 changed files with 225 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016, Jonathan Schleifer <js@heap.zone>
|
||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
||||
*
|
||||
* https://heap.zone/git/scrypt-pwgen.git
|
||||
*
|
||||
|
@ -28,6 +28,7 @@
|
|||
@property (nonatomic, retain) IBOutlet UITextField *nameField;
|
||||
@property (nonatomic, retain) IBOutlet UITextField *lengthField;
|
||||
@property (nonatomic, retain) IBOutlet UISwitch *legacySwitch;
|
||||
@property (nonatomic, copy) NSString *keyFile;
|
||||
@property (nonatomic, retain) IBOutlet UILabel *keyFileLabel;
|
||||
@property (retain) MainViewController *mainViewController;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue