mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 09:59:32 +00:00
Simple Display of relevant Data now working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user