diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2012-09-12 21:12:58 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2012-09-12 21:12:58 -0700 |
commit | aa1e190657c229f1fd1c59f0867621dd739379ee (patch) | |
tree | 2313ac25dd17d35981283ba5a7887cf61672e103 /iPhonePrivate.h | |
parent | 07d0e88e46b7e041b64dc2aaeae3f415a9437e5e (diff) |
Add cydia.registerFrame() to force auto-iframe size.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 98f86b4..80aed02 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -6,6 +6,7 @@ #include <UIKit/UIKit.h> // }}} // #import <*> {{{ +#import <WebKit/DOMHTMLIFrameElement.h> #import <WebKit/WebFrame.h> #import <WebKit/WebPreferences.h> // }}} @@ -413,6 +414,10 @@ extern float const UIScrollViewDecelerationRateNormal; @property(nonatomic,readonly) CGFloat scale; @end +@interface DOMHTMLIFrameElement (IDL) +- (WebFrame *) contentFrame; +@end + // extern *; {{{ extern CFStringRef const kGSDisplayIdentifiersCapability; extern float const UIWebViewGrowsAndShrinksToFitHeight; |