diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-02-15 19:26:33 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-02-15 19:26:33 -0800 |
commit | 5479f823a2110820e389a36baa8a100aef2e6485 (patch) | |
tree | a40c9dcdac809c0d387baecddfb8d364adb8f747 /CyteKit | |
parent | 2e2229c6d23d2b9a029d6ab1af76d22cfe83f9a6 (diff) |
CyteKit/Application.mm has to have its @interface.
Diffstat (limited to 'CyteKit')
-rw-r--r-- | CyteKit/Application.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/Application.mm b/CyteKit/Application.mm index d1d6142..9bd42ff 100644 --- a/CyteKit/Application.mm +++ b/CyteKit/Application.mm @@ -24,6 +24,8 @@ #include <Foundation/Foundation.h> #include <UIKit/UIKit.h> +#include "CyteKit/Application.h" + #include "iPhonePrivate.h" #include <Menes/ObjectHandle.h> |