1# Copyright (c) 2006-2008, The RubyCocoa Project.
2# Copyright (c) 2001-2006, FUJIMOTO Hisakuni.
3# All Rights Reserved.
4#
5# RubyCocoa is free software, covered under either the Ruby's license or the 
6# LGPL. See the COPYRIGHT file for more information.
7
8require 'osx/objc/foundation'
9
10OSX.require_framework('CoreGraphics')
11OSX.require_framework('AppKit')
12
13require 'osx/objc/oc_types_appkit'
14require 'osx/objc/oc_attachments_appkit'
15