24 #import <Foundation/NSObject.h>
26 @class NSDictionary, NSArray, NSString;
45 - (NSDictionary *) projectModules;
53 projectModuleForModuleName: (NSString *) projectModuleName
55 infoDictionary: (NSDictionary *) infoDict;
This class is the principal document class for project files.
Definition: ProjectDocument.h:44
Definition: ProjectModuleLoader.h:32
NSDictionary * projectModules()
Returns the a dictionary where keys are project types and values are classes which implement the resp...
This protocol declares methods which project modules must implement.
Definition: ProjectModule.h:44