mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-06-01 00:00:02 +08:00
Delete category for NSSet
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
//
|
||||
// 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
|
||||
@@ -1,16 +0,0 @@
|
||||
//
|
||||
// NSSet+OpenVPNAdditions.m
|
||||
// OpenVPNAdapter
|
||||
//
|
||||
// Created by Sergey Abramchuk on 16/10/2018.
|
||||
//
|
||||
|
||||
#import "NSSet+OpenVPNAdditions.h"
|
||||
|
||||
@implementation NSSet (OpenVPNEmptySet)
|
||||
|
||||
- (BOOL)ovpn_isNotEmpty {
|
||||
return (self.count > 0) ? YES : NO;
|
||||
}
|
||||
|
||||
@end
|
||||
@@ -10,7 +10,6 @@
|
||||
#import <NetworkExtension/NetworkExtension.h>
|
||||
|
||||
#import "NSArray+OpenVPNAdditions.h"
|
||||
#import "NSSet+OpenVPNAdditions.h"
|
||||
|
||||
@interface OpenVPNNetworkSettingsBuilder ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user