X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/35e4f7ee05dcff044b339c1be5ad30f038f0e9d8..a1049fa655dc2ea8cb4f56d2b6f48d78ffcb10b3:/UIKit/UIApplication.h diff --git a/UIKit/UIApplication.h b/UIKit/UIApplication.h index 60452d6..f21dcff 100644 --- a/UIKit/UIApplication.h +++ b/UIKit/UIApplication.h @@ -134,6 +134,9 @@ - (BOOL)_isLaunchedSuspended; - (unsigned int)_portForEvent:(struct __GSEvent *)fp8; - (void)suspendWithAnimation:(BOOL)fp8; +#if 1 // iPhoneOS 3.x +- (void)suspend; +#endif - (BOOL)registerForSystemEvents; - (BOOL)rendersLocally; - (void)applicationStarted:(struct __GSEvent *)fp8; @@ -226,6 +229,9 @@ - (void)removeStatusBarImageNamed:(id)fp8; - (id)applicationBadge; - (void)setApplicationBadge:(id)fp8; +#if 1 // iPhoneOS 3.x +- (void)setApplicationBadgeString:(id)fp8; +#endif - (void)removeApplicationBadge; - (int)applicationIconBadgeNumber; - (void)setApplicationIconBadgeNumber:(int)fp8;