Awhisper/VKMsgSend

参数不支持二级指针传空,如NSError**、等类似的

Closed this issue · 2 comments

RT。

如下函数:

+ (id)xxxOfError:(NSError *__autoreleasing *)error;

其参数必须使用&err形式,不支持传入nil

很显然大佬及时修复了。膜... 👍

fixed