Getting this error in Xcode "Use of undeclared type ConnectionListener"!?

0 votes

Im using swift and I get this error: Use of undeclared type ConnectionListener." How do I fix it? Thank you!

 

        func initializeWarp() {

               

        let connectionListener: ConnectionListener = ConnectionListener()

        warpClient.addConnectionRequestListener(connectionListener)

        }

 

 

 

closed with the note: Figured out the problem
asked Aug 9, 2016 in iOS by Jar Apps (10 points)
closed Aug 9, 2016 by Jar Apps
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...