How about replacing the methods with "_" in the name?
Closed this issue · 3 comments
luohui8891 commented
Hey guys,
Thanks for keeping update wax. It's useful. We'd like to use it to make hot patch.
You guys made it possible to use block in wax.
How about another issue on wax that it couldn't replace the methods with "_" in the name? Do you have any idea?
majie1993 commented
Use UNDERxLINE
to replace _
symbol
Eg: [self _testMethod];
to self:UNDERxLINEtestMethod()
luohui8891 commented
@majie1993 thanks.
kiddtaurus commented
@luohui8891 3Q very much