Guest User

Untitled

a guest
Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. uint32_t isSystemApplication;
  2. Ivar IV$isSystemApplication = object_getInstanceVariable(self, "_isSystemApplication", reinterpret_cast<void **> (&isSystemApplication));
  3.  
  4. object_setIvar(self, IV$isSystemApplication, (id) 0x2);
  5.  
  6. [self MC$deactivated];
  7.  
  8. object_setIvar(self, IV$isSystemApplication, (id) isSystemApplication);
Add Comment
Please, Sign In to add comment