Prometei7

Results 1 comments of Prometei7

try this: ``` ObjectiveC void (*my_objc_msgSend)(id, SEL, bool) = (void (*)(id, SEL, bool)) objc_msgSend; my_objc_msgSend(suspendStatusChangeTarget, suspendStatusChangeSelector, manualSuspendLock); ```