]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/NSURL-UIKitAdditions.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / UIKit / NSURL-UIKitAdditions.h
index 44a67dd74e9784090052cbf3b2ccec7a30df6cde..9013a16f60f9f206697c8b36d9de433a846f6eef 100644 (file)
@@ -4,7 +4,7 @@
  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
  */
 
-#import "NSURL.h"
+#import <Foundation/NSURL.h>
 
 @interface NSURL (UIKitAdditions)
 + (id)URLWithTelephoneNumber:(id)fp8;
@@ -25,5 +25,8 @@
 - (BOOL)isSpringboardHandledURL;
 - (BOOL)isWebSafeTelephoneURL;
 - (id)webSafeTelephoneURL;
+#if 1 // iPhoneOS 3.x
+- (id)phobosURL;
+#endif
 @end