mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 04:42:29 +00:00
15 lines
270 B
Objective-C
15 lines
270 B
Objective-C
//
|
|
// MPOutlineDataSource.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 19.07.12.
|
|
// Copyright (c) 2012 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface MPOutlineDataSource : NSObject <NSOutlineViewDataSource>
|
|
|
|
|
|
@end
|