blob: 6843e2649cdab4c445547871011304fbf9df7b23 [file] [log] [blame]
//===-- CoreFoundationCPP.h -------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//----------------------------------------------------------------------
//
// CoreFoundationCPP.h
// CoreFoundationCPP
//
// Created by Greg Clayton on 4/23/09.
//
//
//----------------------------------------------------------------------
#ifndef CoreFoundationCPP_CoreFoundationCPP_H_
#define CoreFoundationCPP_CoreFoundationCPP_H_
#include <CoreFoundationCPP/CFCBundle.h>
#include <CoreFoundationCPP/CFCData.h>
#include <CoreFoundationCPP/CFCReleaser.h>
#include <CoreFoundationCPP/CFCMutableArray.h>
#include <CoreFoundationCPP/CFCMutableDictionary.h>
#include <CoreFoundationCPP/CFCMutableSet.h>
#include <CoreFoundationCPP/CFCString.h>
#endif // CoreFoundationCPP_CoreFoundationCPP_H_