#import <Foundation/Foundation.h>

#ifdef __cplusplus
extern "C" {
#endif

void ADPInit(const char* channel);

#ifdef __cplusplus
}
#endif

