18 lines
229 B
C
Raw Normal View History

2020-04-22 12:56:21 -04:00
#ifndef __WEBSERVICESCORE__
#define __WEBSERVICESCORE__
#ifndef __COREFOUNDATION__
#include <CoreFoundation.h>
#endif
#ifndef __WSMETHODINVOCATION__
#include <WSMethodInvocation.h>
#endif
#endif /* __WEBSERVICESCORE__ */