aboutsummaryrefslogtreecommitdiffstats
path: root/DomeKey/AppDelegate.h
blob: 6b1d9a46c974a8ae0ed65f1bd7ec565894cea28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  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;
}

@end