blob: 9187e4341dc249acb448ab8a4d0255c9398e4c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// NSString+LispExtensions.h
// Moxie
//
// Created by Brian Cully on Sat Sep 04 2004.
// Copyright (c) 2004 Brian Cully. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (LispExtensions)
- (NSString *)lispForm;
@end
|