Files
MacPass/MacPass/MPTableView.h
michael starke 929871e682 Introduced KVO compliance for group and entry manipulation
Converted outline view to use NSTreeController
2013-06-08 01:34:03 +02:00

14 lines
220 B
Objective-C

//
// 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