summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-11-06 20:14:21 -0700
committerGrant Paul <chpwn@chpwn.com>2010-11-06 20:14:21 -0700
commit718bf0144e3b70d8d2b7196fc67eb09882dc5b26 (patch)
treee55cff152c79feab43781908da6f12aab08b613f
parentc323997cf26b7674132b0c1fe6693b572c3a9466 (diff)
Add folding for CYActionSheet.
-rw-r--r--MobileCydia.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index bc4d946..01e6735 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -293,6 +293,7 @@ static _finline void UpdateExternalStatus(uint64_t newStatus) {
@end
/* }}} */
+/* Cydia Action Sheet {{{ */
@interface CYActionSheet : UIAlertView {
unsigned button_;
}
@@ -339,6 +340,7 @@ static _finline void UpdateExternalStatus(uint64_t newStatus) {
}
@end
+/* }}} */
/* NSForcedOrderingSearch doesn't work on the iPhone */
static const NSStringCompareOptions MatchCompareOptions_ = NSLiteralSearch | NSCaseInsensitiveSearch;