diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-19 05:10:58 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-19 05:10:58 -0700 |
commit | aeeb755bc5d90638e924fe96ef2bc0ab7db0fb8f (patch) | |
tree | a2702303926b3d100f6962823aa372b0d4a5f1a2 /iPhonePrivate.h | |
parent | 1a83afc616cd6901ebff9adabe4f397ed8dfaf8d (diff) |
Also use PackageName for -cyname in radix sorter.
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 d085dd9..d95c7f4 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -243,6 +243,11 @@ static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny( + (UIImage *) imageAtPath:(NSString *)path; @end +@interface UILocalizedIndexedCollation (Apple) +- (id) initWithDictionary:(NSDictionary *)dictionary; +- (NSString *) transformedCollationStringForString:(NSString *)string; +@end + @interface UINavigationBar (Apple) + (CGSize) defaultSize; - (UIBarStyle) _barStyle:(BOOL)style; |