QTEventBus
QTEventBus copied to clipboard
当[NSObject subscribe:on:]的第二个参数无意传入了的nil对象,下面的代码必崩;
https://github.com/LeoMobileDeveloper/QTEventBus/blob/f11966ffbf1ecbad3a3eb5abb8997e65aeeb6bbe/Sources/Core/NSObject%2BQTEventBus.m#L32
[NSObject subscribeName:on:] 同理
https://github.com/LeoMobileDeveloper/QTEventBus/blob/f11966ffbf1ecbad3a3eb5abb8997e65aeeb6bbe/Sources/Core/NSObject%2BQTEventBus.m#L28