diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-24 09:25:55 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-24 09:31:03 -0700 |
commit | b1497b56219ae6773df40864729329f8b17f33fa (patch) | |
tree | 134b9fe8dd022bfe56b22ce8ff776f2f3305c51d /iPhonePrivate.h | |
parent | 945812b98ab6e9b6704c55b1f1ea715c577b1b05 (diff) |
Provide some more infraustructure around WAKWindow.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index c4855bb..fc85776 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -166,6 +166,11 @@ typedef enum { - (NSString *) _typeDescription; @end // }}} +// @interface WAK* : * {{{ +@interface WAKWindow : NSObject ++ (BOOL) hasLandscapeOrientation; +@end +// }}} // @interface NS* (*) {{{ @interface NSMutableURLRequest (Apple) |