I have two VC: StepThreeViewController and QuoteViewController. I am trying to pass data back from QuoteViewController to StepThreeViewController by using a Delegate b/c once I have the data, I want to pop/dismiss the QuoteViewController and pass the data into StepThreViewController.
I'm getting an error that the Delegate Protocol is not found! I followed a youtube tutorial and read a lot of comments on StackOverflow but can not seem to find the error!
I also made sure that my #import of header files were there.
the GitHub to my code is found here: https://github.com/aspirasean/BoxRocket.git
Thanks!