wendux / DSBridge-IOS

:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
1.95k stars 303 forks source link

提高方法查找效率 #130

Open xjh093 opened 3 years ago

xjh093 commented 3 years ago

通过定义一个协议,从具体的类中直接获取所有方法,而不用遍历具体类以及继承类的所有方法。