cocoaTouch/DetailViewController.h
changeset 3321 988e39ef3c20
parent 3305 91074496d5c9
child 3356 3ae3fccb439e
--- a/cocoaTouch/DetailViewController.h	Wed Apr 07 12:15:49 2010 +0000
+++ b/cocoaTouch/DetailViewController.h	Wed Apr 07 15:54:15 2010 +0000
@@ -8,7 +8,7 @@
 
 #import <UIKit/UIKit.h>
 
-#if __IPHONE_OS_VERSION_MAX_ALLOWED < __IPHONE_3_2
+#ifdef __IPHONE_3_2
 @interface DetailViewController : UITableViewController <UIPopoverControllerDelegate, UISplitViewControllerDelegate> {
 #else
 @interface DetailViewController : UITableViewController {