From f784dcad0bda2c518cc21df24180019263915da5 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 11 Aug 2008 12:16:44 +0200 Subject: MLKForm: Add method -subforms. --- MLKForm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKForm.h') 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 -- cgit v1.2.3