mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
14 lines
249 B
Objective-C
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);
|