]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIDevice.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UIDevice.h
index e82d335011ccb42a990f4a14ed1899bd90d53420..2f47d78128bc1921ca7428e72235eb6d0389b7d6 100644 (file)
@@ -16,7 +16,7 @@
 }
 
 + (void)initialize;
-+ (id)currentDevice;
++ (UIDevice *)currentDevice;
 - (id)name;
 - (id)model;
 - (id)localizedModel;
@@ -31,5 +31,7 @@
 - (void)endGeneratingDeviceOrientationNotifications;
 - (BOOL)isGeneratingDeviceOrientationNotifications;
 
+- (BOOL) isWildcat;
+
 @end