Removed multiple categories per file.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@22294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
dwetzel 2006-01-11 11:33:46 +00:00
parent b56e4cb3c1
commit 1708ace3ac
2 changed files with 1 additions and 16 deletions

View file

@ -43,17 +43,14 @@
-(id)initWithString:(NSString*)aString;
-(void)dealloc;
-(NSString*)description;
@end
//====================================================================
@interface GSWHTMLComment (GSWHTMLCommentA)
-(void)appendToResponse:(GSWResponse*)aResponse
inContext:(GSWContext*)aContext;
@end
//====================================================================
@interface GSWHTMLComment (GSWHTMLCommentB)
+(id)elementWithString:(NSString*)aString;
@end
#endif //_GSWHTMLComment_h__