iOS: Add initial parts of support for key files
This commit is contained in:
parent
f886262722
commit
fa21a9d8f3
13 changed files with 226 additions and 99 deletions
|
@ -30,11 +30,13 @@
|
|||
OFString *_name;
|
||||
size_t _length;
|
||||
bool _legacy;
|
||||
OFString *_keyFile;
|
||||
}
|
||||
|
||||
@property (retain, nonatomic) IBOutlet UITextField *nameField;
|
||||
@property (retain, nonatomic) IBOutlet UITextField *lengthField;
|
||||
@property (retain, nonatomic) IBOutlet UISwitch *legacySwitch;
|
||||
@property (retain, nonatomic) IBOutlet UITextField *keyFileField;
|
||||
@property (retain, nonatomic) IBOutlet UITextField *passphraseField;
|
||||
@property (retain) MainViewController *mainViewController;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue