delegate is inaccessible due to internal protection level
Hey @barbayrak
I'm having an issue while defining a delegate for the VPNManager.
let manager = VPNManager.shared
manager.delegate = self
You need to make the delegate attribute inside VPNManager to public and VPNManagerDelegate protocol should be public also.
You need to make the delegate attribute inside VPNManager to
publicand VPNManagerDelegate protocol should bepublicalso.
Did you fix it ? Can you share ?
I've fixed it, and also found several errors. Will open a pull request probably tomorrow.
@FIRAT-URASLI https://github.com/anonrig/VPNManager
@anonrig you can create a pull request if you want or i can change and commit