IOS-1480 Avoid framework imports.
parent
059c91bcaf
commit
434279fb59
|
@ -10,7 +10,7 @@
|
|||
|
||||
#import "NSDictionary+CommType.h"
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPConstants.h>
|
||||
#import "PEPConstants.h"
|
||||
|
||||
#import "PEPMessageUtil.h"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import "NSDictionary+Debug.h"
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPConstants.h>
|
||||
#import "PEPConstants.h"
|
||||
|
||||
#import "PEPMessageUtil.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef NSError_PEP_Internal_h
|
||||
#define NSError_PEP_Internal_h
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPEngineTypes.h>
|
||||
#import "PEPEngineTypes.h"
|
||||
|
||||
/**
|
||||
Extension for creating `NSError`s from `PEP_STATUS`
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 p≡p. All rights reserved.
|
||||
//
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPTypes.h>
|
||||
#import "PEPTypes.h"
|
||||
|
||||
#import "NSError+PEP.h"
|
||||
#import "NSError+PEP+Internal.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import "NSMutableDictionary+PEP.h"
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPConstants.h>
|
||||
#import "PEPConstants.h"
|
||||
|
||||
#import "PEPMessageUtil.h"
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
// Copyright © 2017 p≡p. All rights reserved.
|
||||
//
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPIdentity.h>
|
||||
#import <PEPObjCAdapterFramework/PEPConstants.h>
|
||||
#import "PEPIdentity.h"
|
||||
#import "PEPConstants.h"
|
||||
|
||||
#import "pEpEngine.h"
|
||||
#import "PEPMessageUtil.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPSessionProtocol.h>
|
||||
#import "PEPSessionProtocol.h"
|
||||
|
||||
#import "sync_api.h"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import "PEPInternalSession.h"
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPConstants.h>
|
||||
#import "PEPConstants.h"
|
||||
|
||||
#import "PEPObjCAdapter.h"
|
||||
#import "PEPObjCAdapter+Internal.h"
|
||||
|
@ -18,7 +18,7 @@
|
|||
#import "NSArray+Extension.h"
|
||||
#import "NSDictionary+CommType.h"
|
||||
#import "NSDictionary+Debug.h"
|
||||
#import <PEPObjCAdapterFramework/PEPIdentity.h>
|
||||
#import "PEPIdentity.h"
|
||||
#import "PEPMessage.h"
|
||||
#import "NSError+PEP+Internal.h"
|
||||
#import "PEPAutoPointer.h"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
#import "PEPMessage.h"
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPIdentity.h>
|
||||
#import <PEPObjCAdapterFramework/PEPConstants.h>
|
||||
#import "PEPIdentity.h"
|
||||
#import "PEPConstants.h"
|
||||
|
||||
#import "NSObject+Extension.h"
|
||||
#import "NSMutableDictionary+PEP.h"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
#import "PEPMessageUtil.h"
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPConstants.h>
|
||||
#import <PEPObjCAdapterFramework/PEPIdentity.h>
|
||||
#import "PEPConstants.h"
|
||||
#import "PEPIdentity.h"
|
||||
|
||||
#import "PEPMessage.h"
|
||||
#import "PEPAttachment.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#import "PEPInternalSession.h"
|
||||
#import "PEPSessionProvider.h"
|
||||
#import <PEPObjCAdapterFramework/PEPIdentity.h>
|
||||
#import "PEPIdentity.h"
|
||||
|
||||
#import "PEPMessageUtil.h"
|
||||
#import "NSNumber+PEPRating.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#import "PEPSendMessageDelegate.h"
|
||||
#import "PEPNotifyHandshakeDelegate.h"
|
||||
#import "PEPMessageUtil.h"
|
||||
#import <PEPObjCAdapterFramework/PEPMessage.h>
|
||||
#import "PEPMessage.h"
|
||||
#import "PEPQueue.h"
|
||||
#import "PEPLock.h"
|
||||
#import "PEPObjCAdapter.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPEngineTypes.h>
|
||||
#import "PEPEngineTypes.h"
|
||||
|
||||
@interface NSDictionary (CommType)
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPTypes.h>
|
||||
#import <PEPObjCAdapterFramework/PEPEngineTypes.h>
|
||||
#import "PEPTypes.h"
|
||||
#import "PEPEngineTypes.h"
|
||||
|
||||
/**
|
||||
Extension for wrapping the engine's PEP_rating inside a NSNumber.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPEngineTypes.h>
|
||||
#import "PEPEngineTypes.h"
|
||||
|
||||
@interface PEPAttachment : NSObject
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPTypes.h>
|
||||
#import <PEPObjCAdapterFramework/PEPEngineTypes.h>
|
||||
#import "PEPTypes.h"
|
||||
#import "PEPEngineTypes.h"
|
||||
|
||||
@class PEPIdentity;
|
||||
@class PEPAttachment;
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPTypes.h>
|
||||
#import <PEPObjCAdapterFramework/PEPEngineTypes.h>
|
||||
#import "PEPTypes.h"
|
||||
#import "PEPEngineTypes.h"
|
||||
|
||||
@class PEPLanguage;
|
||||
@class PEPIdentity;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "PEPMessageUtil.h"
|
||||
#import <PEPObjCAdapterFramework/PEPObjCAdapterFramework.h>
|
||||
#import "PEPObjCAdapterFramework.h"
|
||||
|
||||
@interface PEPMessageUtilTest : XCTestCase
|
||||
@property pEp_identity *pepIdentitySomeOne;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPObjCAdapterFramework.h>
|
||||
#import "PEPObjCAdapterFramework.h"
|
||||
|
||||
#import "PEPObjCAdapter.h"
|
||||
#import "PEPMessage.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#import "PEPTestUtils.h"
|
||||
|
||||
#import <PEPObjCAdapterFramework/PEPObjCAdapterFramework.h>
|
||||
#import "PEPObjCAdapterFramework.h"
|
||||
#import "PEPInternalSession.h"
|
||||
#import "PEPMessage.h"
|
||||
#import "PEPSession.h"
|
||||
|
|
Loading…
Reference in New Issue