13 lines
177 B
Objective-C
13 lines
177 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#if TARGET_OS_IPHONE
|
|
#import "DDXML.h"
|
|
#endif
|
|
|
|
|
|
@interface NSXMLElement (XEP_0203)
|
|
|
|
- (BOOL)wasDelayed;
|
|
- (NSDate *)delayedDeliveryDate;
|
|
|
|
@end
|