summaryrefslogtreecommitdiffstats
path: root/DDHotKeyTextField.h
diff options
context:
space:
mode:
authorDave DeLong2019-12-08 13:13:14 -0700
committerDave DeLong2019-12-08 13:13:14 -0700
commitd017d33504269ad5a16796b92649e3d34624a2c0 (patch)
treec5cb6191a4ce323af7e8c187b79def00eab154c3 /DDHotKeyTextField.h
parentb2204faa788929fe8ba9918e213e8d437f541d9a (diff)
downloadDDHotKey-d017d33504269ad5a16796b92649e3d34624a2c0.tar.bz2
Translating DDHotKeyTextFieldswift5
Diffstat (limited to 'DDHotKeyTextField.h')
-rw-r--r--DDHotKeyTextField.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/DDHotKeyTextField.h b/DDHotKeyTextField.h
deleted file mode 100644
index c399d62..0000000
--- a/DDHotKeyTextField.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- DDHotKey -- DDHotKeyTextField.h
-
- Copyright (c) Dave DeLong <http://www.davedelong.com>
-
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
-
- The software is provided "as is", without warranty of any kind, including all implied warranties of merchantability and fitness. In no event shall the author(s) or copyright holder(s) be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
- */
-
-#import <Foundation/Foundation.h>
-#import "DDHotKeyCenter.h"
-
-@interface DDHotKeyTextField : NSTextField
-
-@property (nonatomic, strong) DDHotKey *hotKey;
-
-@end
-
-@interface DDHotKeyTextFieldCell : NSTextFieldCell @end \ No newline at end of file