mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-05-13 00:04:14 +08:00
19 lines
284 B
Objective-C
19 lines
284 B
Objective-C
//
|
|
// NSSet+OpenVPNAdditions.h
|
|
// OpenVPNAdapter
|
|
//
|
|
// Created by Sergey Abramchuk on 16/10/2018.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface NSSet (OpenVPNEmptySet)
|
|
|
|
@property (nonatomic, readonly) BOOL ovpn_isNotEmpty;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|