Remove expiration class method and convert platform to class property

This commit is contained in:
Sergey Abramchuk
2017-04-30 23:51:24 +03:00
parent 7d9f0abe76
commit c05b7215eb
2 changed files with 10 additions and 20 deletions
+5 -10
View File
@@ -98,6 +98,11 @@ NS_SWIFT_NAME(handle(logMessage:));
*/
@interface OpenVPNAdapter (Public)
/**
Returns platform description
*/
@property (class, nonnull, readonly, nonatomic) NSString *platform;
/**
<#Description#>
*/
@@ -124,16 +129,6 @@ NS_SWIFT_NAME(handle(logMessage:));
*/
@property (nonnull, readonly, nonatomic) OpenVPNInterfaceStats *interfaceStats;
/**
Returns date/time of app expiration
*/
+ (nonnull NSDate *)expiration;
/**
Returns platform description
*/
+ (nonnull NSString *)platform;
/**
<#Description#>