fun_objc.h 827 B

1234567891011121314151617181920212223242526272829303132333435
  1. //
  2. // fun_objc.h
  3. // async_wake_ios
  4. //
  5. // Created by George on 16/12/17.
  6. // Copyright © 2017 Ian Beer. All rights reserved.
  7. //
  8. #ifndef fun_objc_h
  9. #define fun_objc_h
  10. #define localize(key) NSLocalizedString(key, @"")
  11. #define K_GENERATOR "generator"
  12. #define K_ELECTRA_GENERATOR "0xbd34a880be0b53f3"
  13. const char *userGenerator(void);
  14. const char *genToSet(void);
  15. const char* progname(const char*);;
  16. void extractGz(const char *from, const char *to);
  17. void update_springboard_plist(void);
  18. void startDaemons(void);
  19. void displaySnapshotWarning(void);
  20. void displaySnapshotNotice(void);
  21. void writeMessage(char *message);
  22. void removingLiberiOS(void);
  23. void removingElectraBeta(void);
  24. void installingNitoTV(void);
  25. void nitoTVDone(void);
  26. void writeMessagePlain(char *message, ...);
  27. void blockSaurikRepo(void);
  28. #endif /* fun_objc_h */