access property
access property
- Subject: access property
- From: droom departement <email@hidden>
- Date: Mon, 14 Nov 2011 15:02:43 +0100
How can I get the value of a property: myPrefs (declared in an objective-C class) from within an applescript class ?
the objective-C class:
@interface dbViewController : NSObject {
NSString *myPrefsVal;
}
@property (nonatomic, retain) NSString *myPrefsVal;
...
@end
@implementation dbViewController
@synthesize myPrefsVal;
...
@end
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden