Guest User

Untitled

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include <substrate.h>
  2. @class UIViewController;
  3.  
  4. #line 10 "Tweak.xm"
  5.  
  6.  
  7. static void (*__ungrouped$UIViewController$loadView)(UIViewController*, SEL);static void $_ungrouped$UIViewController$loadView(UIViewController* self, SEL _cmd){
  8. self.view = [[UIView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]];
  9. self.view.backgroundColor = [UIColor blueColor];
  10. __ungrouped$UIViewController$loadView(self, _cmd);
  11. return;
  12. }
  13.  
  14.  
  15.  
  16. static __attribute__((constructor)) void _logosLocalInit() { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; {Class $$UIViewController = objc_getClass("UIVie$
Add Comment
Please, Sign In to add comment