Skip to content

Instantly share code, notes, and snippets.

@i0sa
Created June 26, 2020 22:52
Show Gist options
  • Save i0sa/492f97415bb1d43a168ddf67e071a68c to your computer and use it in GitHub Desktop.
Save i0sa/492f97415bb1d43a168ddf67e071a68c to your computer and use it in GitHub Desktop.
%hook UserManager
-(BOOL)isLoggedIn{
return true;
}
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment