Commits

Doug Gregor committed 394172aafe2
Import Objective-C protocols as Swift [objc] protocols. When we import an Objective-C protocol, we add the "Proto" suffix to the name to avoid collisions when a class and protocol have the same name. Of course, one's "Proto"-suffixed declarations will still conflict, so this rule isn't great. Swift SVN r3642