// // Group.h // Group Context // // Created by Chris Karr on 2/13/08. // Copyright 2008 __MyCompanyName__. All rights reserved. // #import #define CONTEXT_REPORT @"Context Report" @interface Group : NSObject { NSMutableArray * users; NSDateFormatter * formatter; } @end