You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
335 B
20 lines
335 B
![]()
2 years ago
|
//
|
||
|
// PEPObjCAdapterTypes_iOS.h
|
||
|
// PEPObjCAdapterTypes_iOS
|
||
|
//
|
||
|
// Created by David Alarcon on 23/6/21.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
2 years ago
|
#import "PEPTypes.h"
|
||
|
#import "PEPEngineTypes.h"
|
||
|
#import "PEPLanguage.h"
|
||
|
#import "PEPMessage.h"
|
||
|
#import "PEPAttachment.h"
|
||
|
#import "PEPIdentity.h"
|
||
|
|
||
![]()
2 years ago
|
@interface PEPObjCTypes_iOS : NSObject
|
||
![]()
2 years ago
|
|
||
|
@end
|