diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-22 08:25:34 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-22 08:25:34 -0700 |
commit | 8dbf3abcb8f58f116d61a604201a8f53732471a9 (patch) | |
tree | e6b47ab47365999d2115aa36b2315bfd64a3dd34 /iPhonePrivate.h | |
parent | 42cc196dfefbc20882942e1eb4472963f08c50b6 (diff) |
Use public imageNamed, not applicationImageNamed.v1.1.13
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 0066620..73a2bee 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -239,7 +239,6 @@ static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny( @end @interface UIImage (Apple) -+ (UIImage *) applicationImageNamed:(NSString *)name; + (UIImage *) imageAtPath:(NSString *)path; @end |