- Fix Import

This commit is contained in:
Giuseppe Nucifora 2016-02-26 09:25:36 +01:00
parent b2dd767ead
commit 3dc6e5e264
14 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
typedef NS_ENUM(NSInteger, XMPPBindResult) { typedef NS_ENUM(NSInteger, XMPPBindResult) {

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
@class XMPPStream; @class XMPPStream;

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif

View File

@ -2,7 +2,7 @@
#import "XMPPJID.h" #import "XMPPJID.h"
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif

View File

@ -5,7 +5,7 @@
#import "CocoaAsyncSocket/GCDAsyncSocket.h" #import "CocoaAsyncSocket/GCDAsyncSocket.h"
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
@class XMPPSRVResolver; @class XMPPSRVResolver;

View File

@ -2,7 +2,7 @@
#import "XMPPModule.h" #import "XMPPModule.h"
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
#define _XMPP_PRIVACY_H #define _XMPP_PRIVACY_H

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
@class XMPPResultSet; @class XMPPResultSet;

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
/** /**

View File

@ -1,7 +1,7 @@
#import <CoreData/CoreData.h> #import <CoreData/CoreData.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
@class XMPPCapsResourceCoreDataStorageObject; @class XMPPCapsResourceCoreDataStorageObject;

View File

@ -2,7 +2,7 @@
#import "XMPPModule.h" #import "XMPPModule.h"
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
#define _XMPP_BLOCKING_H #define _XMPP_BLOCKING_H

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
@class XMPPIQ; @class XMPPIQ;

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import "DDXML.h" #import <KissXML/DDXML.h>
#endif #endif
@interface NSXMLElement (XEP_0335) @interface NSXMLElement (XEP_0335)