Files
MacPass/MacPass/MPOverlayView.h
2013-03-03 04:46:25 +01:00

14 lines
219 B
Objective-C

//
// MPOverlayView.h
// MacPass
//
// Created by Michael Starke on 03.03.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPOverlayView : NSView
@end