mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
9 lines
181 B
C++
9 lines
181 B
C++
|
|
#ifndef MACOS_NE_VPN_NOTIFICATION_H
|
||
|
|
#define MACOS_NE_VPN_NOTIFICATION_H
|
||
|
|
|
||
|
|
class QString;
|
||
|
|
|
||
|
|
void macosNePostVpnStateNotification(const QString &title, const QString &message);
|
||
|
|
|
||
|
|
#endif
|