Re: call method from objective c in an applescript class
Re: call method from objective c in an applescript class
- Subject: Re: call method from objective c in an applescript class
- From: Shane Stanley <email@hidden>
- Date: Fri, 16 Aug 2013 08:54:18 +1000
On 16/08/2013, at 1:23 AM, droom.dp <email@hidden> wrote:
> can you set me on the way how to do this ?
Sure. Put this at the top of the .h file you're calling the method in:
@interface NSObject (myAppLog)
-(id)hLogList:(NSString *)myLogList counter:(NSNumber *)myLogCounter;
@end
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
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