Skip to content

Instantly share code, notes, and snippets.

@andrewwiik
Created October 13, 2017 03:50
Show Gist options
  • Save andrewwiik/8ce0866530309dc48b0d12e8c1e6191b to your computer and use it in GitHub Desktop.
Save andrewwiik/8ce0866530309dc48b0d12e8c1e6191b to your computer and use it in GitHub Desktop.
%hook RenamedClassForHooking
%end
%ctor {
%init(RenamedClassForHooking=objc_getClass("The.Dumb.Class.With.Dots"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment