X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/5edc719e9181e04faaa247bfa389471bc57b9402..3d646c75403df6d5324833a701723a765555177f:/ITOSAComponent.h diff --git a/ITOSAComponent.h b/ITOSAComponent.h deleted file mode 100755 index 54b3b04..0000000 --- a/ITOSAComponent.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * ITFoundation - * ITOSAComponent - * A Cocoa wrapper for scripting components. - * - * Original Author : Kent Sutherland - * Responsibility : Kent Sutherland - * Responsibility : Joseph Spiros - * - * Copyright (c) 2002 - 2004 iThink Software. - * All Rights Reserved - * - */ - -#import -#import - -@interface ITOSAComponent : NSObject { - Component _component; - ComponentInstance _componentInstance; - NSDictionary *_information; -} -+ (NSArray *)availableComponents; - -- (id)initWithSubtype:(unsigned long)subtype; -- (id)initWithComponent:(Component)component; - -- (Component)component; -- (ComponentInstance)componentInstance; -- (NSDictionary *)information; - -@end