mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Move source files into library folder
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// NSArray+OpenVPNAdditions.m
|
||||
// OpenVPNAdapter
|
||||
//
|
||||
// Created by Sergey Abramchuk on 16/10/2018.
|
||||
//
|
||||
|
||||
#import "NSArray+OpenVPNAdditions.h"
|
||||
|
||||
@implementation NSArray (OpenVPNEmptyArray)
|
||||
|
||||
- (BOOL)ovpn_isNotEmpty {
|
||||
return (self.count > 0) ? YES : NO;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user