Added selection observing arraycontroller, moved block based calls into view controllers again

This commit is contained in:
michael starke
2016-08-30 16:25:15 +02:00
parent 8b60e9ec84
commit f3a77bfd2d
12 changed files with 92 additions and 47 deletions

View File

@@ -11,17 +11,12 @@
NS_ASSUME_NONNULL_BEGIN
@class KPKEntry;
@class MPDocument;
@interface MPPasswordCreatorViewController : MPViewController <NSTextFieldDelegate>
//@property (weak) id closeTarget;
@property (weak, nullable) MPDocument *document;
@property (assign) BOOL allowsEntryDefaults;
/**
* Block gets called whenever the user opts to store the password or cancel
*/
@property (nonatomic, copy, nullable) void (^completionHandler)(NSModalResponse response, NSString *password);
/**
* Should be called to reset the generator