24#import <Foundation/NSObject.h>
38- initWithProjectType: (Class) aClass;
41- (NSString *) description;
43- (NSArray *) templates;
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