Jump to content

misaelnaranm

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by misaelnaranm

  1. This code worked perfect. I'm Happy Thanks friends for this help.
  2. I need to build tweak for AppZapp, my code: #import <UIKit/UIKit.h> %hook GADAdView -(id) initWithFrame { return nil; } %end %hook SettingsMenuViewController -(int) numberOfSectionsInTableView { return 1; } %end App: https://itunes.apple.com/us/app/appzapp-notify-alertas-personales/id845046425?l=es&mt=8 ---------------------------------------------------- Flex Tweak ----------------------------------------------------- Error log Please help me for fix this Tweak.xm, and verify if code is correct. Thanks.
×
  • 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