MLeaksFinder
MLeaksFinder copied to clipboard
Swift的下没有willDealloc如何扩展?
可以改写成 func willDealloc() ->Bool{ return false } 试了下就没有内存泄漏了