summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKCons.h b/MLKCons.h
index a93e3d2..739fb40 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -28,6 +28,7 @@
}
+(MLKCons*) cons:(id)car with:(id)cdr;
++(MLKCons*) listWithArray:(NSArray *)array;
-(MLKCons*) initWithCar:(id)car cdr:(id)cdr;