We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Command to get the bridging headers from a top level objective c directory (might have to delete a few):
ls -1 -R | grep ".*\.h" | sed -e 's/^/#import "/' | sed -e 's/$/"/'