Example: Suppose that I have an object that, under iOS 7.1. uses a view's nextResponder method to get the containing view controller. Also, suppose that, in a future version of iOS, the next responder in the responder chain is not the view controller. How do I ensure that I can't build my app using that SDK until I work around the fact that the next responder is not the view controller?