Jump to content

mikiyan1978

Member
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 8
  • iOS Version
    9.3.2
  • Location
    Japan

Recent Profile Visitors

710 profile views

mikiyan1978's Achievements

Newbie

Newbie (1/14)

  • Reacting Well
  • Week One Done
  • One Month Later
  • One Year In
  • 2 Years In

Recent Badges

2

Reputation

  1. %group A %hook onesomeclass - (void)method { //code here } %end %end %group B %hook twosomeclass - (void)method { //more code here } %end %end %ctor { %init(A, onesomeclass = objc_getClass("one.someclass")); %init(B, twosomeclass = objc_getClass("two.someclass")); }
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines