mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
11 lines
275 B
C++
11 lines
275 B
C++
#ifndef IOS_PAIRING_CAMERA_ACCESS_H
|
|
#define IOS_PAIRING_CAMERA_ACCESS_H
|
|
|
|
#include <functional>
|
|
|
|
bool amneziaIosPairingCameraAccessGranted();
|
|
void amneziaIosRequestPairingCameraAccess(const std::function<void(bool)> &onDone);
|
|
void amneziaIosOpenApplicationSettings();
|
|
|
|
#endif
|