From f79347c3ea812ae98bd6965be48f24428d3b2a2c Mon Sep 17 00:00:00 2001 From: midou35000 Date: Thu, 22 Jan 2015 22:28:26 +0400 Subject: [PATCH] Will work with IOS8 (Maybee) Just Made a few changes and i hope they will work with IOS8. --- Tweak.xm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tweak.xm b/Tweak.xm index d67737d..3719547 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -2,7 +2,7 @@ #import #import -@interface SpringBoard (iOS4) +@interface SpringBoard (iOS8) - (SBDisplay *)_accessibilityTopDisplay; @end @@ -10,7 +10,7 @@ - (NSArray *)icons; @end -@interface SBIconController (iOS4) +@interface SBIconController (iOS8) - (SBIconListView *)currentRootIconList; - (id)dock; @end @@ -18,7 +18,7 @@ @interface SBDockIconListView : SBIconListView @end -@interface SBIcon (iOS4) +@interface SBIcon (iOS8) - (BOOL)isGrabbed; - (UIImageView *)iconImageView; @end