aboutsummaryrefslogtreecommitdiffstats
path: root/DomeKey/AppDelegate.h
blob: b343d6c091b2ea5a2b0d767dc8e6f6a004b05760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  AppDelegate.h
//  DomeKey
//
//  Created by tw on 8/16/18.
//  Copyright © 2018 tw. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import "HeadphoneKey.h"

@interface AppDelegate : NSObject <NSApplicationDelegate> {
    HeadphoneKey *_headphone_key;
    MPRemoteCommandCenter *_blargh;
}

- (void)mpmediaplayerBS;

@end