Pinka
Results
2
comments of
Pinka
现在的JSPatch支持重写dealloc了
Just like this ``` objc #import "NSNumber+AvoidMTLModelCrash.h" int main(int argc, char * argv[]) { @autoreleasepool { [NSNumber avoidMTLModelCrash]; return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } } ``` Thanks for your...