Files
MacPass/MacPass/MPPathControl.h

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