2
0

Fixed sending emails when the key window is an alert window + added coachmarks.

This commit is contained in:
Maarten Billemont
2014-04-24 21:43:47 -04:00
parent e070082f4a
commit aa461b73c8
20 changed files with 1173 additions and 140 deletions

View File

@@ -34,6 +34,6 @@ typedef enum {
- (MPImportResult)importSites:(NSString *)importedSitesString
askImportPassword:(NSString *(^)(NSString *userName))importPassword
askUserPassword:(NSString *(^)(NSString *userName, NSUInteger importCount, NSUInteger deleteCount))userPassword;
- (NSString *)exportSitesShowingPasswords:(BOOL)showPasswords;
- (NSString *)exportSitesRevealPasswords:(BOOL)revealPasswords;
@end