24 #import <Foundation/NSObject.h>
26 @class NSDictionary, NSArray, NSString;
45 - (NSDictionary *) projectTypes;
52 - (
id <
ProjectType>) projectTypeForTypeID: (NSString *) projectTypeID
54 infoDictionary: (NSDictionary *) infoDict
55 projectModules: (NSArray *) projectModules;
This class is the principal document class for project files.
Definition: ProjectDocument.h:44
Definition: ProjectTypeLoader.h:32
NSDictionary * projectTypes()
Returns the a dictionary where keys are project types and values are classes which implement the resp...
This protocol is adopted by project type support objects.
Definition: ProjectType.h:40