diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-30 11:29:52 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-30 11:29:52 -0700 |
commit | 3da96c8627821957923c9712b44e16dfc7bdc3de (patch) | |
tree | f5a1bdafb41302779092f7e9b70378ea687ddb27 /CyteKit/TabBarController.mm | |
parent | 6c9fe9af90066de7d36a1f221d714f0889fc328f (diff) |
I thought I tested not needing this for rotation.
Diffstat (limited to 'CyteKit/TabBarController.mm')
-rw-r--r-- | CyteKit/TabBarController.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/TabBarController.mm b/CyteKit/TabBarController.mm index c4a4629..401488a 100644 --- a/CyteKit/TabBarController.mm +++ b/CyteKit/TabBarController.mm @@ -114,4 +114,6 @@ } } +#include "InterfaceOrientation.h" + @end |