]>
git.saurik.com Git - iphone-api.git/blob - UIKit/NSURL-UIKitAdditions.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSURL.h>
9 @interface
NSURL (UIKitAdditions
)
10 + (id
)URLWithTelephoneNumber
:(id
)fp8
;
11 + (id
)URLWithTelephoneNumber
:(id
)fp8 addressBookUID
:(int)fp12
;
12 + (id
)mapsURLWithQuery
:(id
)fp8
;
13 + (id
)mapsURLWithSourceAddress
:(id
)fp8 destinationAddress
:(id
)fp12
;
15 - (void)getPhoneNumber
:(id
*)fp8 addressBookUID
:(int *)fp12
;
16 - (BOOL
)hasTelephonyScheme
;
17 - (void)_domain
:(id
*)fp8 subdomain
:(id
*)fp12
;
18 - (BOOL
)_isGoogleMapsDomain
:(id
)fp8 subdomain
:(id
)fp12 path
:(id
)fp16 queryKeysAndValues
:(id
)fp20
;
19 - (BOOL
)isGoogleMapsURL
;
22 - (id
)itmsURL
:(int *)fp8
;
25 - (BOOL
)isSpringboardHandledURL
;
26 - (BOOL
)isWebSafeTelephoneURL
;
27 - (id
)webSafeTelephoneURL
;