mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-11 00:00:08 +08:00
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:
committed by
Sergey Abramchuk
parent
96d2ab1850
commit
2b7680a89e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user