apps-projectcenter/PCBaseFileTypes/nsviewheader.template
Sergii Stoian de8c1ba781 #import fix finishing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16502 72102866-910b-0410-8b05-ffd578937521
2003-04-21 14:31:51 +00:00

28 lines
423 B
Text

/*
* $FILENAME$ created by $USERNAME$ on $DATE$
*
* Project $PROJECTNAME$
*
* Created with ProjectCenter - http://www.gnustep.org
*
* $Id$
*/
#ifndef _$UCFILENAMESANSEXTENSION$_H_
#define _$UCFILENAMESANSEXTENSION$_H_
#include <AppKit/AppKit.h>
@interface $FILENAMESANSEXTENSION$ : NSView
{
}
- (id)initWithFrame:(NSRect)aFrame;
- (void)drawRect:(NSRect)rect;
@end
#endif // _$UCFILENAMESANSEXTENSION$_H_