What is the Objective-C equivalent of Java packages? How do you group and organize your classes in Objective-C?
See What is the best way to solve an Objective-C namespace collision? for a discussion of how Objective-C has no namespaces, and the painful hacks this necessitates.