5 // Created by Marc Liyanage on 08.02.05.
6 // Copyright 2005 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
12 @interface AppDelegate : NSObject {
14 NSMutableArray *functionReference;
18 - (void)initFunctionReference;
19 - (NSArray *)completionsForPartialWord:(NSString *)partialWord;