解析问题,@ end必须出现在上下文中

时间:2013-05-22 19:31:51

标签: xcode parsing

我正在尝试构建这个应用程序,每次我尝试构建它时,它总是给我一个解析错误。

#import "XYZFlipsideViewController.h"

@end  <===This is the error.  It says: '@end' must appear in an Objective-C context

@interface XYZMainViewController : UIViewController <XYZFlipsideViewControllerDelegate,     
UIPopoverControllerDelegate>
@property (strong, nonatomic) IBOutlet UIWebView *viewWeb;
@property (strong, nonatomic) NSManagedObjectContext *managedObjectContext;

@property (strong, nonatomic) UIPopoverController *flipsidePopoverController;

@end

我试图删除第一个

@end

但它总是给我带来更多错误。

0 个答案:

没有答案