19 #ifndef GRPC_CORE_LIB_IOMGR_EV_APPLE_H
20 #define GRPC_CORE_LIB_IOMGR_EV_APPLE_H
26 #include <CoreFoundation/CoreFoundation.h>
31 void grpc_apple_register_read_stream(CFReadStreamRef read_stream,
32 dispatch_queue_t dispatch_queue);
34 void grpc_apple_register_write_stream(CFWriteStreamRef write_stream,
35 dispatch_queue_t dispatch_queue);
43 #endif // GRPC_CORE_LIB_IOMGR_EV_APPLE_H