我是不是遗漏了什么?为什么我会得到这个错误?“预期)在CLLocationDegress之前。”
+ (NSMutableArray *)findNextTwentyFiveRemote:(CLLocationDegrees *)latitude withLong: (CLLocationDegrees *)longitude withLastIncrementNum:(int *)lastPostIdAsString;发布于 2011-03-06 14:16:39
你记得在你的源文件中使用#import <CoreLocation/CoreLocation.h>吗?
https://stackoverflow.com/questions/5209017
复制相似问题