mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Return expiration and platform
This commit is contained in:
@@ -124,6 +124,16 @@ 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#>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user