mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
15 lines
168 B
Plaintext
15 lines
168 B
Plaintext
//
|
|
// OpenVPNAdapter.m
|
|
// OpenVPN iOS Client
|
|
//
|
|
// Created by Sergey Abramchuk on 11.02.17.
|
|
//
|
|
//
|
|
|
|
#import "OpenVPNAdapter.h"
|
|
|
|
|
|
@implementation OpenVPNAdapter
|
|
|
|
@end
|