Made project compile again

This commit is contained in:
michael starke
2012-12-10 15:07:59 +01:00
parent 588f0c75c0
commit 26b6b8c78a
14 changed files with 1642 additions and 1033 deletions

View File

@@ -8,14 +8,9 @@
#import <Cocoa/Cocoa.h>
APPKIT_EXTERN NSString *const kOutlineViewIdentifier;
@class MPDatabaseDocument;
@interface MPAppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@property (readonly, retain) MPDatabaseDocument *database;
@end
@end