PNXMPPFramework/Extensions/XEP-0059/NSXMLElement+XEP_0059.h
2016-02-26 09:25:36 +01:00

17 lines
233 B
Objective-C

#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#endif
@class XMPPResultSet;
@interface NSXMLElement (XEP_0059)
- (BOOL)isResultSet;
- (BOOL)hasResultSet;
- (XMPPResultSet *)resultSet;
@end