PNXMPPFramework/Extensions/XEP-0059/NSXMLElement+XEP_0059.h
2016-02-24 16:56:39 +01:00

17 lines
225 B
Objective-C

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