summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 4746335..b74cc64 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -166,6 +166,11 @@ typedef enum {
- (NSURL *) youTubeURL;
@end
+@interface NSURLRequest (Apple)
++ (BOOL) allowsAnyHTTPSCertificateForHost:(NSString *)host;
++ (void) setAllowsAnyHTTPSCertificate:(BOOL)allow forHost:(NSString *)host;
+@end
+
@interface NSValue (Apple)
+ (NSValue *) valueWithSize:(CGSize)size;
@end