summaryrefslogtreecommitdiff
path: root/MLKLispValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLispValue.h')
-rw-r--r--MLKLispValue.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/MLKLispValue.h b/MLKLispValue.h
new file mode 100644
index 0000000..8dcde31
--- /dev/null
+++ b/MLKLispValue.h
@@ -0,0 +1,14 @@
+/* -*- mode: objc; coding: utf-8 -*- */
+/* Copyright 2008, Matthias Benkard. */
+
+#import <Foundation/NSObject.h>
+
+@interface MLKLispValue : NSObject
+/*
+{
+ int typeTag;
+}
+
++(id) init;
+*/
+@end