20 lines
380 B
Objective-C
20 lines
380 B
Objective-C
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#else
|
|
#ifndef FOUNDATION_EXPORT
|
|
#if defined(__cplusplus)
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
#else
|
|
#define FOUNDATION_EXPORT extern
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
#import "PingManager.h"
|
|
#import "PingUtil.h"
|
|
#import "SimplePing.h"
|
|
|
|
FOUNDATION_EXPORT double XYPingUtilVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char XYPingUtilVersionString[];
|
|
|