In xcode -- how to easily switch editor view from 'swift-like' generated representation of header to underlying objective-c header -
xcode has "helpful feature" (in quotes because not helpful me) of generating swift-syntax representation of objective-c headers.
when using shortcuts open .h file (cmd-shift-o type foo.h) -- taken swift representation of foo.h , objective-c representation.
the vast majority of time, want objective-c representation -- there way switch keyboard shortcuts when xcode dumps in swift version?
as far know, if in swift file , open header, you'll see swift-generated header. if want see objective-c version, can open .m file first, open header file.