Moved search to MPDocument. Not working properly at the moment

This commit is contained in:
michael starke
2014-02-25 22:23:53 +01:00
parent de00a42f02
commit 21f299bdff
19 changed files with 228 additions and 249 deletions

View File

@@ -7,7 +7,7 @@
//
#import "MPViewController.h"
#import "MPDocumentSearchService.h"
#import "MPDocument+Search.h"
@protocol MPContextBarDelegate <NSObject>
@@ -38,7 +38,4 @@
- (void)showHistory;
- (void)showTrash;
- (void)enable;
- (void)disable;
@end