Am I missing something? Why would I get this error? “Expected ) before CLLocationDegress.”
+ (NSMutableArray *)findNextTwentyFiveRemote:(CLLocationDegrees *)latitude withLong: (CLLocationDegrees *)longitude withLastIncrementNum:(int *)lastPostIdAsString;
CLLocationDegrees is not a pointer type. It is pretty much a just a double. In other words, remove the asterisk.
CLLocationDegrees initialization