diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-11-06 20:14:21 -0700 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2010-11-06 20:14:21 -0700 |
commit | 718bf0144e3b70d8d2b7196fc67eb09882dc5b26 (patch) | |
tree | e55cff152c79feab43781908da6f12aab08b613f /MobileCydia.mm | |
parent | c323997cf26b7674132b0c1fe6693b572c3a9466 (diff) |
Add folding for CYActionSheet.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
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; |