22 lines
423 B
C
22 lines
423 B
C
![]() |
//
|
||
|
// PEPObjCAdapterTypes_iOS.h
|
||
|
// PEPObjCAdapterTypes_iOS
|
||
|
//
|
||
|
// Created by Andreas Buff on 04.12.20.
|
||
|
// Copyright © 2020 p≡p. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
#import "PEPTypes.h"
|
||
|
#import "PEPSessionProtocol.h"
|
||
|
#import "PEPEngineTypes.h"
|
||
|
#import "PEPLanguage.h"
|
||
|
#import "PEPMessage.h"
|
||
|
#import "PEPAttachment.h"
|
||
|
#import "PEPIdentity.h"
|
||
|
|
||
|
@interface PEPObjCAdapterTypes_iOS : NSObject
|
||
|
|
||
|
@end
|