From 5479f823a2110820e389a36baa8a100aef2e6485 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 15 Feb 2017 19:26:33 -0800 Subject: CyteKit/Application.mm has to have its @interface. --- CyteKit/Application.mm | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#include "CyteKit/Application.h" + #include "iPhonePrivate.h" #include -- cgit v1.2.3