summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-17 02:40:48 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-17 02:40:48 -0700
commit4886cc818ca3f52c7c1683b45ffcdef8b6e57217 (patch)
treece3a88a978d156daf4cd0fbd63e0d9b02de7807c /iPhonePrivate.h
parentf18b4a9767afe6603948fcb7750a24e386b5f0eb (diff)
Add cydia.setScrollIndicatorStyle().
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index ed8a91f..788c3c5 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -80,6 +80,7 @@ typedef enum {
- (void) setOffset:(CGPoint)offset;
- (void) setScrollDecelerationFactor:(float)factor;
- (void) setScrollHysteresis:(float)hysteresis;
+- (void) setScrollerIndicatorStyle:(UIScrollViewIndicatorStyle)style;
- (void) setThumbDetectionEnabled:(BOOL)enabled;
@end