moved picking into view controllers (date and icon)

This commit is contained in:
michael starke
2016-08-24 17:53:37 +02:00
parent c43e99832b
commit e06ade6a8f
5 changed files with 28 additions and 102 deletions

View File

@@ -8,19 +8,10 @@
#import "MPViewController.h"
FOUNDATION_EXTERN NSInteger const kMPDefaultIcon;
@interface MPIconSelectViewController : MPViewController <NSCollectionViewDelegate>
/**
* Is the selected Icon, kMPDefaultIcon if the default icons was selected
*/
@property (nonatomic, readonly, assign) NSInteger selectedIcon;
@property (nonatomic, readonly, assign) BOOL didCancel;
@property (weak) NSPopover *popover;
- (void)reset;
- (IBAction)cancel:(id)sender;
- (IBAction)useDefault:(id)sender;