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