CFPlugIn_Factory.h
1 /* CFPlugIn_Factory.h 2 Copyright (c) 1999-2019, Apple Inc. and the Swift project authors 3 4 Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors 5 Licensed under Apache License v2.0 with Runtime Library Exception 6 See http://swift.org/LICENSE.txt for license information 7 See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors 8 */ 9 10 #if !defined(__COREFOUNDATION_CFPLUGIN_FACTORY__) 11 #define __COREFOUNDATION_CFPLUGIN_FACTORY__ 1 12 13 #include "CFBundle_Internal.h" 14 15 CF_EXTERN_C_BEGIN 16 17 typedef struct __CFPFactory *_CFPFactoryRef; 18 19 CF_EXTERN_C_END 20 21 #endif /* ! __COREFOUNDATION_CFPLUGIN_FACTORY__ */ 22