// // file: NSApplicationKeyEvents.h // project: BlockBlock (login item) // description: adds support for keyboard shortcuts (header) // // created by Patrick Wardle // copyright (c) 2018 Objective-See. All rights reserved. // @import Cocoa; @interface NSApplicationKeyEvents : NSApplication @end