As a follow-up to this question:
Is it possible to use the lowercase version of an identifier that appears in those templates? For example, to create a template that allows a user to create something like this, while entering Foo only once:
Filename: Foo.h
@interface Foo: SuperclassOfFoo {
}
-(Foo*) foo;
@end