How can we call a extern variable like NSBeginAlertSheet from Swift.
In my project, I need to use a framework which has this extern variales defined and the code for the same is written in objective C. Its very easy to call the same from another objective C project, However I am not able to call the same from Swift.
Thanks in advance.