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

@@ -8,11 +8,11 @@
#import "MPViewController.h"
@class MPDocument;
@interface MPIconSelectViewController : MPViewController <NSCollectionViewDelegate>
@property (weak) NSPopover *popover;
- (IBAction)cancel:(id)sender;
- (IBAction)useDefault:(id)sender;
@property (weak, nullable) MPDocument *document;
@property (weak, nullable) NSPopover *popover;
@end