Re: Feh. Obj-C syntax question
Re: Feh. Obj-C syntax question
- Subject: Re: Feh. Obj-C syntax question
- From: Rick Mann <email@hidden>
- Date: Wed, 7 Nov 2007 15:42:09 -0800
On Nov 7, 2007, at 3:24 PM, Thomas Davie wrote:
The error means that the compiler found the '@' symbol somewhere it
shouldn't be. It probably means something like the last line of
your header file has a missing semicolon.
My file is exactly this (between "---" lines):
---
#import <Cocoa/Cocoa.h>
@interface
Converter : NSObject
{
@property(readwrite) float mSourceCurrencyAmount;
@property(readwrite) float mRate;
}
- (float) convertCurrency;
@end
---
This file was generated by Xcode, and I added a few newlines here and
there, as well as the content.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden