mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 06:09:32 +00:00
Broken commit - refactoring search
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import "MPViewController.h"
|
||||
#import "MPEntryFilterHelper.h"
|
||||
#import "MPDocumentSearchService.h"
|
||||
|
||||
@protocol MPContextBarDelegate <NSObject>
|
||||
|
||||
@@ -22,13 +22,10 @@
|
||||
|
||||
@interface MPContextBarViewController : MPViewController
|
||||
|
||||
@property (nonatomic, assign) MPFilterMode filterMode;
|
||||
@property (nonatomic, readonly) BOOL hasFilter;
|
||||
@property (nonatomic, weak) id<MPContextBarDelegate> delegate;
|
||||
@property (weak) NSView *nextKeyView;
|
||||
|
||||
- (NSString *)filterString;
|
||||
|
||||
- (IBAction)toggleFilterSpace:(id)sender;
|
||||
- (IBAction)exitFilter:(id)sender;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user