12345678910111213141516171819202122232425262728293031 |
- #include "platform/CCPlatformConfig.h"
- #if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_TIZEN)
- #include "ui/UIWebViewImpl-android.h"
- #include "ui/UIWebView-inl.h"
- #endif
|