1 //===-- CoreFoundationCPP.h -------------------------------------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // Created by Greg Clayton on 4/23/09.
16 #ifndef CoreFoundationCPP_CoreFoundationCPP_H_
17 #define CoreFoundationCPP_CoreFoundationCPP_H_
19 #include <CoreFoundationCPP/CFCBundle.h>
20 #include <CoreFoundationCPP/CFCData.h>
21 #include <CoreFoundationCPP/CFCMutableArray.h>
22 #include <CoreFoundationCPP/CFCMutableDictionary.h>
23 #include <CoreFoundationCPP/CFCMutableSet.h>
24 #include <CoreFoundationCPP/CFCReleaser.h>
25 #include <CoreFoundationCPP/CFCString.h>
27 #endif // CoreFoundationCPP_CoreFoundationCPP_H_