]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
Split cydia-lproj from main package.
[cydia.git] / iPhonePrivate.h
index b74cc64765b8fd41983cbc7670915093f3c75130..fdcb147bda78489037530de2913c2ea156d69543 100644 (file)
@@ -200,6 +200,7 @@ typedef enum {
 - (void) applicationWillResignActive:(UIApplication *)application;
 - (void) applicationWillSuspend;
 - (void) launchApplicationWithIdentifier:(NSString *)identifier suspended:(BOOL)suspended;
+- (void) openURL:(NSURL *)url asPanel:(BOOL)panel;
 - (void) setStatusBarShowsProgress:(BOOL)shows;
 - (void) _setSuspended:(BOOL)suspended;
 - (void) terminateWithSuccess;
@@ -364,6 +365,10 @@ extern float const UIScrollViewDecelerationRateNormal;
 #endif
 // }}}
 
+#ifndef kCFCoreFoundationVersionNumber_iPhoneOS_4_0
+#define kCFCoreFoundationVersionNumber_iPhoneOS_4_0 550.32
+#endif
+
 @interface UIScreen (iOS_4_0)
 @property(nonatomic,readonly) CGFloat scale;
 @end