Select the Classes group in the Groups & Files list.
Choose File > New File.
Choose to create a new Objective-C Class and name it Converter.
In Xcode, select both Converter.h and Converter.m by holding down command and clicking on each.
Click-and-drag both files into the Classes group in the Groups & Files list.
Note: Organizing your project files in the various groups in the Groups & Files list is simply good practice. The default location for all .h and .m files is the Other Sources group in the Groups & Files list. It is a good idea to separate classes from non-classes (like main.m), especially in larger projects. However, the organization of your project makes no difference to the compiler.
Last updated: 2007-10-31