iOS如何测试没有回调方法的异步函数 eg:在A类里面.h文件定义-(void)call;(void)callMy;m文件中实现-(void)call{ NSLog(@"call");}+(void)callMy{ NSLog(@"call...