ViewController.h 692 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // ViewController.h
  3. // meridianTV
  4. //
  5. // Created by Kevin Bradley on 6/24/18.
  6. // Copyright © 2018 Ben Sparkes. All rights reserved.
  7. //
  8. #import "v0rtex.h"
  9. #import <UIKit/UIKit.h>
  10. @interface FocusedButton : UIButton
  11. @property(nonatomic, strong) UIColor *focusColor;
  12. @property(nonatomic, strong) UIColor *unfocusedColor;
  13. - (void)buttonColors:(UIColor *)focusedColor andUnfocused:(UIColor *)unfocusedColor;
  14. @end
  15. @interface ViewController : UIViewController
  16. - (void)writeText:(NSString *)message;
  17. - (void)writeTextPlain:(NSString *)message, ...;
  18. @end
  19. task_t tfp0;
  20. kptr_t kslide;
  21. kptr_t kernel_base;
  22. kptr_t kern_ucred;
  23. kptr_t kernprocaddr;
  24. void log_message(NSString *message);