You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
488 B
18 lines
488 B
//
|
|
// tun2proxy.h
|
|
// tun2proxy
|
|
//
|
|
// Created by tun2proxy on 2023/4/22.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for tun2proxy.
|
|
FOUNDATION_EXPORT double tun2proxyVersionNumber;
|
|
|
|
//! Project version string for tun2proxy.
|
|
FOUNDATION_EXPORT const unsigned char tun2proxyVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <tun2proxy/PublicHeader.h>
|
|
|
|
#import <tun2proxy/Tun2proxyWrapper.h>
|
|
|