mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
12 lines
172 B
C++
12 lines
172 B
C++
|
|
#ifndef APIUTILS_H
|
||
|
|
#define APIUTILS_H
|
||
|
|
|
||
|
|
#include <QObject>
|
||
|
|
|
||
|
|
namespace ApiUtils
|
||
|
|
{
|
||
|
|
bool isSubscriptionExpired(const QString &subscriptionEndDate);
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif // APIUTILS_H
|