$$
/* $FILENAME$ created by $USERNAME$ on $DATE$ */

#import <Foundation/NSObject.h>

@interface $FILENAMESANSEXTENSION$ : NSObject
{

}

/*" Class methods "*/

/*" Initialization/deallocation "*/
- (id) init;
- (void) dealloc;

/*" Accessors "*/

@end


/*
	Protected
*/


@interface $FILENAMESANSEXTENSION$ (Protected)

@end

