mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
Made project compile again
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user