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