24 #import <Foundation/NSObject.h>
38 - initWithProjectType: (Class) aClass;
41 - (NSString *) description;
43 - (NSArray *) templates;
44 - (Class) projectType;
The description of a project type.
Definition: ProjectTypeDescription.h:32
NSArray * templates
Returns an array of template descriptions of the receiver's project type.
Definition: ProjectTypeDescription.h:35
This protocol is adopted by project type support objects.
Definition: ProjectType.h:40