-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
If I use the same name for protocol and class in Objective-C (like many NS types, e.g. NSObject) the name of the protocol should get a Protocol suffix (Xcode also bridges objective-c protocols like that). This only applies if the code contains @protocol and @interface with the same exact name. Thus scanning all headers for this locally and sending the information to the translation is important.
Example: https://swiftify.me/lc8ui2
I would expect a Blub class and a BlubProtocol protocol.
Metadata
Metadata
Assignees
Labels
No labels