13 lines
268 B
Objective-C
13 lines
268 B
Objective-C
//
|
|
// NSApplicationKeyEvents.h
|
|
// Lockdown
|
|
//
|
|
// Created by Patrick Wardle on 2/14/16 and is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface NSApplicationKeyEvents : NSApplication
|
|
|
|
@end
|