嘿伙计们,我知道这个问题是由于缺少导入标题而导致的。
但在我的情况下,我已经包含了标题,但我仍然有错误?!会发生什么?
#import <Foundation/Foundation.h>
#import "WikitudeARCustomMenuButtonDelegate.h"
#import "DetailedARViewController.h"
@interface CustomMenuButtonDelegateImpl1 : NSObject <WikitudeARCustomMenuButtonDelegate>
{
DetailedARViewController *ARViewController;
}
@end
答案 0 :(得分:1)
确保“DetailedARViewController.h”确实定义了DetailedARViewController
;特别是,检查拼写错误或意外注释的声明等细微错误。