From fd3ff51dc624be5ce645ce25eb72d03e5a359416 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 5 Dec 2014 00:01:44 +0100 Subject: Add stub for SPTableContentFilterController And with that we are back to a build that should not spam your Console upon launch. (Sorry for the future merge conflict) :) --- Source/SPTableContentFilterController.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Source/SPTableContentFilterController.h (limited to 'Source/SPTableContentFilterController.h') diff --git a/Source/SPTableContentFilterController.h b/Source/SPTableContentFilterController.h new file mode 100644 index 00000000..15880416 --- /dev/null +++ b/Source/SPTableContentFilterController.h @@ -0,0 +1,10 @@ +// This class is a dummy. +// It is only present because DBView.xib already references it, but the +// code itself is still in another branch. This stub is used to avoid a warning +// from the Nib loader, saying 'this class was not found and replaced with a NSObject'. + +#import + +@interface SPTableContentFilterController : NSObject + +@end -- cgit v1.2.3