For instance in this big project I'm working on there is a "global" header file with #Defines to URLs. I cant use those in swift, but for clarity I want to have the swift alternative in the same .h file so if one is ever changed it should be obvious to change the other.
I was hoping with some compiler magic, this might be possible.