//
|
|
// PEPObjCAdapterTypes_iOS.h
|
|
// PEPObjCAdapterTypes_iOS
|
|
//
|
|
// Created by David Alarcon on 23/6/21.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "PEPTypes.h"
|
|
#import "PEPEngineTypes.h"
|
|
#import "PEPLanguage.h"
|
|
#import "PEPMessage.h"
|
|
#import "PEPAttachment.h"
|
|
#import "PEPIdentity.h"
|
|
|
|
@interface PEPObjCTypes_iOS : NSObject
|
|
|
|
@end
|