diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 18:43:18 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 18:43:18 -0700 |
commit | a68d4636c816f3f70192f55d78fc0ec00b72dd5a (patch) | |
tree | e0b1871624e575292584e63f127151a6b625e703 | |
parent | 5e640a6470aedd93d656f8af152fecc30d1258c0 (diff) |
#include <UIKit/UIKit.h> from iPhonePrivate.h.
-rw-r--r-- | iPhonePrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index c17da91..c4855bb 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -3,6 +3,7 @@ // #include <*> {{{ #include <GraphicsServices/GraphicsServices.h> +#include <UIKit/UIKit.h> // }}} // #import <*> {{{ #import <WebKit/WebPreferences.h> |