summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h5
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;