修改jcwallet中appdelegrate.h的引入方式

This commit is contained in:
cebgcontract 2022-07-13 16:56:49 +08:00
parent 033ca9d1bd
commit 9d9b2cbf37

View File

@ -6,7 +6,7 @@
#include "scripting/js-bindings/event/EventDispatcher.h"
#include "platform/CCApplication.h"
#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_MAC)
#import "AppDelegate.h"
#include "AppDelegate.h"
#endif
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)