summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-10-14 21:03:29 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2013-10-14 21:03:29 -0700
commit6445279ba16f6b45769f65ab9386af5b3c2fc506 (patch)
tree5dc10289b2aac28bec8d30dc7d0f304eea10d6f1 /iPhonePrivate.h
parent6c1ec3c77ad3a240bd8b39879844488222f24d1f (diff)
Add the new iOS 7 tab bar icons (from Surenix).
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 80aed02..5f5ba12 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -410,6 +410,10 @@ extern float const UIScrollViewDecelerationRateNormal;
#define kCFCoreFoundationVersionNumber_iPhoneOS_4_0 550.32
#endif
+@interface UITabBarItem (iOS_7_0)
+- (id) initWithTitle:(NSString *)title image:(UIImage *)image selectedImage:(UIImage *)selectedImage;
+@end
+
@interface UIScreen (iOS_4_0)
@property(nonatomic,readonly) CGFloat scale;
@end