Password generator now is usable to fill Passwords or to generate them

This commit is contained in:
michael starke
2013-06-21 19:47:30 +02:00
parent 1c91b1a9a1
commit a21a400d47
7 changed files with 30 additions and 25 deletions

View File

@@ -10,6 +10,6 @@
@interface MPPasswordCreatorViewController : MPViewController
@property (retain) NSString *password;
@property (retain, readonly) NSString *password;
@end