mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 02:39:30 +00:00
Moving actions centralized to MPDocumentWindowController
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#import "MPViewController.h"
|
||||
#import "MPContextBarViewController.h"
|
||||
#import "MPTargetItemResolving.h"
|
||||
|
||||
APPKIT_EXTERN NSString *const MPEntryTableUserNameColumnIdentifier;
|
||||
APPKIT_EXTERN NSString *const MPEntryTableTitleColumnIdentifier;
|
||||
@@ -31,7 +32,7 @@ typedef NS_ENUM( NSUInteger, MPCopyContentTypeTag) {
|
||||
@class MPDocumentWindowController;
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPEntryViewController : MPViewController <NSTableViewDelegate>
|
||||
@interface MPEntryViewController : MPViewController <NSTableViewDelegate, MPTargetItemResolving>
|
||||
|
||||
@property (weak,readonly) NSTableView *entryTable;
|
||||
@property (readonly, strong) NSArrayController *entryArrayController;
|
||||
|
||||
Reference in New Issue
Block a user