mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 09:31:07 +00:00
Turn the NSXMLParserDelegateEventAdditions informal protocol into the
protocol NSXMLParserDelegate. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34133 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f1040a95c8
commit
b39cd43a32
2 changed files with 8 additions and 2 deletions
|
@ -187,9 +187,9 @@ GS_EXPORT NSString* const NSXMLParserErrorDomain;
|
|||
|
||||
/**
|
||||
* Methods implemented by a delegate in order to make use of the parser.<br />
|
||||
* This is an informal protocol.
|
||||
* This is now a formal protocol.
|
||||
*/
|
||||
@interface NSObject (NSXMLParserDelegateEventAdditions)
|
||||
@protocol NSXMLParserDelegate <NSObject>
|
||||
|
||||
/** <override-dummy />
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue