Wrap interface stats

This commit is contained in:
Sergey Abramchuk
2017-04-26 14:27:54 +03:00
parent c0d720eb3f
commit 3efb219597
4 changed files with 84 additions and 0 deletions
@@ -0,0 +1,19 @@
//
// OpenVPNInterfaceStats+Internal.h
// OpenVPN Adapter
//
// Created by Sergey Abramchuk on 26.04.17.
//
//
#import <client/ovpncli.hpp>
#import "OpenVPNInterfaceStats.h"
using namespace openvpn;
@interface OpenVPNInterfaceStats (Internal)
- (instancetype)initWithInterfaceStats:(ClientAPI::InterfaceStats)stats;
@end