From aeeb755bc5d90638e924fe96ef2bc0ab7db0fb8f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 19 May 2014 05:10:58 -0700 Subject: Also use PackageName for -cyname in radix sorter. --- iPhonePrivate.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'iPhonePrivate.h') 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; -- cgit v1.2.3