mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 15:52:19 +00:00
14 lines
226 B
Objective-C
14 lines
226 B
Objective-C
//
|
|
// MPPathControl.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 02.03.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MPPathControl : NSPathControl
|
|
|
|
@end
|