As a continuation of this question :
Can I use the string version of the identifier that appears in these templates? For example, to create a template that allows the user to create something like this, when entering Foo only once:
File Name: Foo.h
@interface Foo: SuperclassOfFoo {
}
-(Foo*) foo;
@end
source
share