codwam
codwam
``` let block: @convention(block) (AnyObject!) -> Void = { info in let aspectInfo = info as! AspectInfo let controller = aspectInfo.instance() print("\(controller) deinit") } let blobj: AnyObject = unsafeBitCast(block, AnyObject.self)...
👍 Using `extension YourModel: NSCopying {}` could be better.
https://github.com/CocoaDebug/CocoaDebug/pull/99 try again?
目前最新版还可以吗,怎么我的不行
我里面的东西没有改,是上面这样子的。我设置了还是没有用啊。 Surge的版本是 2.3.0,Charles的版本是 4.1. 能麻烦你帮我看下吗
灰常感谢,已经可以了。
Is there an update for Swift4?