summaryrefslogtreecommitdiff
path: root/MLKFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKFunction.h')
-rw-r--r--MLKFunction.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/MLKFunction.h b/MLKFunction.h
index 67e62c5..e266e74 100644
--- a/MLKFunction.h
+++ b/MLKFunction.h
@@ -16,10 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#import "MLKLispValue.h"
-
-
-@interface MLKFunction : MLKLispValue
+@interface MLKFunction : NSObject
{
void (*_function)();
NSDictionary *_closedOverVariableIndices;