Hi, is it possible to create a class template in xcode? I mean:
When you add a new file to the project that it lets you select if you want it based on NSObject and a couple more, can i add my own class to appear there?
Ultimately i want it to create a file with that new class name and a couple of ivars that i always copy and paste from another projects.
Thanks!