mirror of
https://github.com/objective-see/BlockBlock.git
synced 2026-03-22 07:02:39 +00:00
57ca40fc7f
BlockBlock v1.0 (beta)
15 lines
301 B
Objective-C
Executable File
15 lines
301 B
Objective-C
Executable File
//
|
|
// file: NSApplicationKeyEvents.h
|
|
// project: BlockBlock (shared)
|
|
// 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
|