mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 21:39:41 +00:00
moved picking into view controllers (date and icon)
This commit is contained in:
@@ -10,12 +10,8 @@
|
||||
|
||||
@interface MPDatePickingViewController : MPViewController
|
||||
|
||||
@property (strong) NSDate *date;
|
||||
@property (weak) IBOutlet NSDatePicker *datePicker;
|
||||
@property (weak) IBOutlet NSPopUpButton *presetPopupButton;
|
||||
@property (assign, readonly) BOOL didCancel;
|
||||
|
||||
@property (weak) NSPopover *popover;
|
||||
|
||||
- (IBAction)useDate:(id)sender;
|
||||
- (IBAction)cancel:(id)sender;
|
||||
|
||||
Reference in New Issue
Block a user