summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 12:16:44 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 12:16:44 +0200
commitf784dcad0bda2c518cc21df24180019263915da5 (patch)
treefe19873ae10c7da6f4eb5ce393cb45c2cef2341a /MLKForm.h
parentab43577a31b56bb451d1abc3eb9da2e8afc12509 (diff)
MLKForm: Add method -subforms.
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKForm.h b/MLKForm.h
index 4fcccf9..29483ef 100644
--- a/MLKForm.h
+++ b/MLKForm.h
@@ -41,6 +41,8 @@
+(id) formWithObject:(id)object
inContext:(MLKLexicalContext *)context
forCompiler:(id)compiler;
+
+-(NSArray *) subforms;
@end