// // SomeObject.h // #import @interface SomeObject : NSObject { NSMutableArray *things; NSMutableDictionary *someOtherThings; } @end