filter bar now works

This commit is contained in:
michael starke
2013-02-22 01:43:29 +01:00
parent bb377689cc
commit 1b878c4d0b
10 changed files with 671 additions and 397 deletions

View File

@@ -8,7 +8,9 @@
#import <Cocoa/Cocoa.h>
#import "MPSettingsTabProtocoll.h"
#import "MPViewController.h"
@interface MPGeneralSettingsController : NSViewController <MPSettingsTabProtocoll>
@interface MPGeneralSettingsController : MPViewController <MPSettingsTabProtocoll>
@property (assign) IBOutlet NSProgressIndicator *spinner;
@end