mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 20:49:26 +00:00
Introduced KVO compliance for group and entry manipulation
Converted outline view to use NSTreeController
This commit is contained in:
13
MacPass/MPTableView.h
Normal file
13
MacPass/MPTableView.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// MPTableView.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 07.06.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface MPTableView : NSTableView
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user