mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
feature: added pages for subscription settings feature
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef APIUTILS_H
|
||||
#define APIUTILS_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
namespace ApiUtils
|
||||
{
|
||||
bool isSubscriptionExpired(const QString &subscriptionEndDate);
|
||||
}
|
||||
|
||||
#endif // APIUTILS_H
|
||||
Reference in New Issue
Block a user