How can you view the full API for a class including any defined extensions?
If you open the class in Xcode and view the method list in the quick jump bar it doesn't include any methods defined in any existing extensions for that class.
Ie: You define class A, then someone on your team creates an extension on class A with some additional methods. How can you easily see all the methods now defined on class A including those in the extension.