error: no type or protocol named 'UIAlertViewDelegate'

1.6k Views Asked by At

Using swift 2.0 Xcode 7.1.
And I am going to use an essential 3rd party library which is written in Objective-C. Also it's using UIAlertViewDelegate and this error occurs when I am trying to import it from the bridging header file.
Can you guys give me some advice to make it work?
Thanks in advance

0

There are 0 best solutions below