如何摆脱xcode中缺少@end的错误消息?

时间:2014-08-07 06:04:47

标签: xcode5

我在这里看到过很多像这样的问题,但我现在看起来很棒。第二个我加载了xcode并声明了我的 - (void)和我的UIImageView和我的UIButton它给了我一个丢失的@end。下面我将在下面发布我的代码

- (void)viewDidLoad
{
[self move1];
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}

- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}


@end

0 个答案:

没有答案