预期的Specifier限定符列表错误

时间:2011-04-09 03:08:46

标签: iphone objective-c ios4 iphone-sdk-3.0

嘿伙计们,我知道这个问题是由于缺少导入标题而导致的。

但在我的情况下,我已经包含了标题,但我仍然有错误?!会发生什么?

#import <Foundation/Foundation.h>
#import "WikitudeARCustomMenuButtonDelegate.h"
#import "DetailedARViewController.h"

@interface CustomMenuButtonDelegateImpl1 : NSObject <WikitudeARCustomMenuButtonDelegate> 
{
    DetailedARViewController *ARViewController;

}


@end

1 个答案:

答案 0 :(得分:1)

确保“DetailedARViewController.h”确实定义了DetailedARViewController;特别是,检查拼写错误或意外注释的声明等细微错误。