iosre_wx

相关的参考资料

Posted by kunnan on May 15, 2018

Preferences

  • cycript -p Preferences
    cycript -p Preferences
    

wx

*autoregistwc

See Also

  • AutoDownloads.xm
    @interface StoreSettingsController
    +(id) alloc;
    -(id) init;
    -(void)_setAutomaticUpdatesEnabled:(id)arg1 specifier:(id)arg2;
    -(void)_setAutomaticDownloadsEnabled:(id)arg1 specifier:(id)arg2;
    -(id)_automaticDownloadsEnabled:(id)arg1;
    -(id)_automaticUpdatesEnabled:(id)arg1;
    @end
    
/Users/devzkn/bin/knpost iosre_wx 相关的参考资料 -t iosre
#原来""的参数,需要自己加上""

转载请注明: > iosre_wx