mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 05:58:24 +00:00
Added selection observing arraycontroller, moved block based calls into view controllers again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user