mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 04:48:19 +00:00
moved picking into view controllers (date and icon)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user