summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/MLKCons.h b/MLKCons.h
index d343e3f..a93e3d2 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -18,6 +18,8 @@
#import "MLKLispValue.h"
+@class NSArray;
+
@interface MLKCons : MLKLispValue
{
@@ -34,6 +36,8 @@
-(void) setCar:(id)value;
-(void) setCdr:(id)value;
+-(NSArray *)array;
+
-(NSString *)bareDescriptionForLisp; // description without
// parentheses, for internal use
// only