10 lines
189 B
C
10 lines
189 B
C
|
//
|
||
|
// Created by Maarten Billemont on 2016-04-30.
|
||
|
// Copyright (c) 2016 Lyndir. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface MPMacApplication : NSApplication
|
||
|
@end
|