Replace hacky target stringification with structured serialization.
[enjoyable.git] / KeyInputTextView.h
index 0551509..a3cd4ff 100644 (file)
@@ -18,6 +18,8 @@
 @property (readonly) BOOL hasKey;
 @property (assign) BOOL enabled;
 
++ (NSString *)stringForKeyCode:(int)keycode;
+
 - (void)clear;
 
 @end