aboutsummaryrefslogtreecommitdiffstats
path: root/NSDictionary+LispExtensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'NSDictionary+LispExtensions.h')
-rw-r--r--NSDictionary+LispExtensions.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/NSDictionary+LispExtensions.h b/NSDictionary+LispExtensions.h
new file mode 100644
index 0000000..c5948eb
--- /dev/null
+++ b/NSDictionary+LispExtensions.h
@@ -0,0 +1,15 @@
+//
+// NSDictionary+LispExtensions.h
+// Moxie
+//
+// Created by Brian Cully on Mon Sep 13 2004.
+// Copyright (c) 2004 Brian Cully. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSDictionary (LispExtensions)
++ (NSMutableDictionary *)dictionaryWithAlist: (NSArray *)attrList;
+
+- (NSString *)lispForm;
+@end \ No newline at end of file