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