/** Dynamic bindings to the Foundation framework. Copyright: Guillaume Piolat 2016. License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) */ // Initial Version: Darrell Walisser <[email protected]> // Non-NIB-Code & other changes: Max Horn <[email protected]> // Port to the D programming language: Jacob Carlborg <[email protected]> // Resurrected by: Guillaume Piolat <[email protected]> module derelict.cocoa; public import derelict.cocoa.runtime; public import derelict.cocoa.foundation; public import derelict.cocoa.cocoa; public import derelict.cocoa.appkit; public import derelict.cocoa.coregraphics; public import derelict.cocoa.coreimage;