diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-17 02:40:48 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-17 02:40:48 -0700 |
commit | 4886cc818ca3f52c7c1683b45ffcdef8b6e57217 (patch) | |
tree | ce3a88a978d156daf4cd0fbd63e0d9b02de7807c /CyteKit/WebViewController.h | |
parent | f18b4a9767afe6603948fcb7750a24e386b5f0eb (diff) |
Add cydia.setScrollIndicatorStyle().
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 2bd5320..e3d5838 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -146,6 +146,8 @@ - (void) setViewportWidthOnMainThread:(float)value; +- (void) setScrollIndicatorStyle:(UIScrollViewIndicatorStyle)style; + @end #endif//CyteKit_WebViewController_H |