forked from pEp.foundation/libpEpTransport
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.
19 lines
317 B
Objective-C
19 lines
317 B
Objective-C
//
|
|
// PEPBlockBasedTransport.h
|
|
// pEpTransport_macOS
|
|
//
|
|
// Created by Dirk Zimmermann on 26.01.22.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "PEPBlockBasedTransportProtocol.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PEPBlockBasedTransport : NSObject <PEPBlockBasedTransportProtocol>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|