/* 
   Cocoa.h

   mySTEP Cocoa Library global include file

   Copyright (C) 1996 Free Software Foundation, Inc.

   Author:  H.Nikolaus Schaller <hns@computer.org>
   Date:	2003
   
   This file is part of the mySTEP Library and is provided
   under the terms of the GNU Library General Public License.
*/ 

#ifndef _mySTEP_H_Cocoa
#define _mySTEP_H_Cocoa

//
// Foundation
//
#import <Foundation/Foundation.h>

//
// AppKit
//
#import <AppKit/AppKit.h>

//
// CoreData
//

#import <CoreData/CoreData.h>

#endif /* _mySTEP_H_Cocoa */

