【发布时间】:2012-08-20 01:25:54
【问题描述】:
我收到此错误
Property implementation must have its declaration in interface "AppDelegate"
当我声明时
@implementation AppDelegate
@synthesize window, viewController;
@synthesize token;
我使用的是 Xcode 4.4。
【问题讨论】:
标签: xcode xcode4 xcodebuild