mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-05-13 00:04:14 +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
|