/* NSWhoseTest.h Scripting Framework Copyright (c) 1997-2000, Apple Computer, Inc. All rights reserved. */ // Everything that was once in the Scripting framework has been moved to the Foundation framework. #import // A few classes were renamed in the process. @interface NSWhoseTest : NSScriptWhoseTest {} @end