自定义MyClass
#ifndef __APP_DELEGATE_H__
#define __APP_DELEGATE_H__
#include "cocos2d.h"
/**
@brief The cocos2d Application.
The reason for implement as private inheritance is to hide some interface call by Director.
*/
class Myclass
{
Myclass(){}
};
#endif // __APP_DELEGATE_H__
```
#include "cocos2d.h"
command 代码提示 symbol not found
但是系统自带的AppDelegate 文件路径提示都是正常的