mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 07:59:27 +00:00
14 lines
269 B
Objective-C
14 lines
269 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
|