summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/MLKCons.h b/MLKCons.h
index eb6b2bd..84d3c56 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -16,12 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#import "MLKLispValue.h"
+#import <Foundation/NSArray.h>
-@class NSArray;
-
-@interface MLKCons : MLKLispValue <NSCopying>
+@interface MLKCons : NSObject <NSCopying>
{
id _car;
id _cdr;