summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
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