Is there any preprocessor macro that tells the Objective-C compiler that the header is being included from Swift (inside a Framework)? I want to conditionally make available some methods to Objective-C, but not to Swift.
This is a follow-on to this question.