Simple Display of relevant Data now working

This commit is contained in:
michael starke
2013-02-19 22:43:04 +01:00
parent 7ea34a2300
commit 7ea037cdc3
10 changed files with 203 additions and 55 deletions

View File

@@ -8,6 +8,13 @@
#import "MPViewController.h"
@class KdbGroup;
@class MPOutlineViewDelegate;
@interface MPEntryViewController : MPViewController
@property (nonatomic, assign) id<NSOutlineViewDelegate> outlineViewDelegate;
@property (assign) KdbGroup *activeGroup;
@property (readonly, retain) NSArrayController *entryArrayController;
@end