Files
swift-mirror/test/Interpreter/SDK/Inputs/custom-modules/DispatchObjects.h

14 lines
249 B
Objective-C

__attribute__((objc_runtime_visible))
@interface OS_dispatch_queue
@end
__attribute__((objc_runtime_visible))
@interface OS_object
@end
__attribute__((objc_runtime_visible))
@interface OS_dispatch_source
@end
id dispatch_get_current_queue(void);