An @import-ant Change in Xcode
Buried deep within the Xcode 6.3 release notes there is a true gem that can relieve this daily frustration.
LLDB’s parser for Objective-C can now go through any module used in your app and determine the types used for all functions and methods it defines. If you’re using UIKit in your app, you can do this:
(lldb) expr @import UIKit