Add Nullability Annotations to OpenVPNAdapterPacketFlow (#43)

* Add Nullability Annotations

* Replace self with strongSelf

* Revert "Replace self with strongSelf"

This reverts commit 9c45dca3da1c86dcffe3f0faf65202da01476912.
This commit is contained in:
Jonathan Downing
2018-01-18 13:26:27 +00:00
committed by Sergey Abramchuk
parent 96d2ab1850
commit 2b7680a89e

View File

@@ -7,6 +7,8 @@
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol OpenVPNAdapterPacketFlow <NSObject>
/**
@@ -33,3 +35,5 @@
- (BOOL)writePackets:(NSArray<NSData *> *)packets withProtocols:(NSArray<NSNumber *> *)protocols;
@end
NS_ASSUME_NONNULL_END