Broken commit - refactoring search

This commit is contained in:
michael starke
2014-02-24 12:05:41 +01:00
parent c084d49d95
commit 81dc24d9b2
12 changed files with 118 additions and 165 deletions

View File

@@ -26,6 +26,6 @@
@interface MPToolbarDelegate : NSObject <NSToolbarDelegate>
@property (weak) NSToolbarItem *searchItem;
@property (weak, readonly) NSSearchField *searchField;
@end