Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. Typical iOS stuff (not C-level stuff):
  2.  
  3. ------------------------------------------------------------------------------------------
  4. main.m:
  5. ------------------------------------------------------------------------------------------
  6.  
  7. #import <UIKit/UIKit.h>
  8. #import "AppDelegate.h"
  9.  
  10. int main(int argc, char * argv[]) {
  11. @autoreleasepool {
  12. return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
  13. }
  14. }
  15.  
  16. ------------------------------------------------------------------------------------------
  17. YLULauncherViewController.h
  18. ------------------------------------------------------------------------------------------
  19.  
  20. #import <UIKit/UIKit.h>
  21.  
  22. @interface YLULauncherViewController : UIViewController
  23. {
  24. //IBOutlet UIButton* button;
  25. }
  26. //- (IBAction)yolo:(id)sender;
  27. - (void)acceptTerms;
  28. - (void)beginJailbreak;
  29. - (id)deviceModel;
  30. - (unsigned int)deviceState;
  31. - (void)didReceiveMemoryWarning
  32. - (void)drawBeginButton
  33. - (void)drawDeviceDescriptionJailbreak
  34. - (void)drawHelloLabel
  35. - (void)drawMixtapeButton
  36. - (void)drawTermsTextView
  37. - (void)enableCydiaFromShortcutItem
  38. - (void)performAction
  39. - (id)player
  40. - (void)preferredStatusBarStyle
  41. - (void)pushMixtapePlayer
  42. - (void)reverseTermsAnimation
  43. - (void)setPlayer:(id)player;
  44. - updateViewWithDeviceState
  45. - viewDidAppear:(char)arg;
  46. - viewDidDisappear:(char)arg;
  47. - (void)viewDidLoad;
  48. - (void)viewWillAppear:(char)arg;
  49.  
  50. @end
  51.  
  52. ------------------------------------------------------------------------------------------
  53. YLUMixtapeViewController.h
  54. ------------------------------------------------------------------------------------------
  55.  
  56. #import <UIKit/UIKit.h>
  57.  
  58. @interface YLULauncherViewController : UIViewController
  59. {
  60. IBOutlet UIButton* dope;
  61. }
  62. - (IBAction)yolo:(id)sender;
  63.  
  64. @end
  65.  
  66. ylulauncherviewcontroller, ylumixtapeviewcontroller
  67. @interface HDPEnterOffsetsViewController : UIViewController
  68. @interface YLUCaptchaViewController : UIViewController
  69. @interface YLUInitialViewController : UIViewController
  70. @interface YLUDownloadViewController : UIViewController
  71. @interface YLUEnableCydiaViewController : UIViewController
  72.  
  73. @interface YLUJailbreakViewController : UIViewController
  74. @interface YLUMixtapeLibraryViewController : UIViewController
  75. @interface YLUNowPlayingViewController : UIViewController
  76.  
  77. SSZipArchive
  78. AppDelegate
  79. HDPCydiaManager
  80. YLUAudioTrack
  81. YLUMusicQueue
  82. YLUNowPlayingInterfaceView
  83.  
  84. YLUOpenInActivity
  85. TLUTrackCellView
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. File tree: (guessed, excludes sources)
  95. /Phœnix.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  96. /Phœnix.xcodeproj/project.pbxproj
  97. /Phœnix/Assets.xcassets/AppIcon.appiconset/
  98. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon20x20@2x~ipad.png
  99. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon20x20@2x.png
  100. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x~ipad.png
  101. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png
  102. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@3x.png
  103. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon29x29~ipad.png
  104. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon29x29.png
  105. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x~ipad.png
  106. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png
  107. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@3x.png
  108. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon40x40~ipad.png
  109. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon50x50@2x~ipad.png
  110. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon50x50~ipad.png
  111. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon57x57@2x.png
  112. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon57x57.png
  113. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png
  114. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png
  115. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon72x72@2x~ipad.png
  116. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon72x72~ipad.png
  117. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon76x76@2x~ipad.png
  118. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon76x76~ipad.png
  119. /Phœnix/Assets.xcassets/AppIcon.appiconset/AppIcon83.5x83.5@2x~ipad.png
  120. /Phœnix/Base.lproj
  121. /Phœnix/launchctl
  122. /Phœnix/tar
  123. /Phœnix/Cydia-9.0r4-Raw.tar
  124. /Phœnix/Info.plist
  125. /PkgInfo
  126. /00 - Cover Front.jpg
  127. /16 Lay Low (Bonus).mp3
  128. /17 Purple Demo (KJC Edit) [BONUS].mp3
  129. /18 KJC Anthem Pt. 4 (Feat. Jailbreakbusters, Qwerty, Tihmstar & rg0rd).m4a
  130. /461815-1Px2nu1467298470.jpg
  131. /YLUAvailableTracks.plist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement