cc-imenu-objc-method-to-selector

cc-imenu-objc-method-to-selector is a compiled Lisp function in `cc-menus.el'.

(cc-imenu-objc-method-to-selector METHOD)

Return the objc selector style string of METHOD.
Example:
- perform: (SEL)aSelector withObject: object1 withObject: object2; /* METHOD */
=>
-perform:withObject:withObject:withObject: /* selector */