You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
423 B
Objective-C
22 lines
423 B
Objective-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
|