mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add iOS 10 .d.ts-es
This commit is contained in:
14
tns-core-modules/ios/objc-i386/objc!DispatchIntrospection.d.ts
vendored
Normal file
14
tns-core-modules/ios/objc-i386/objc!DispatchIntrospection.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
declare function dispatch_introspection_hook_queue_callout_begin(queue: NSObject, context: interop.Pointer | interop.Reference<any>, _function: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>): void;
|
||||
|
||||
declare function dispatch_introspection_hook_queue_callout_end(queue: NSObject, context: interop.Pointer | interop.Reference<any>, _function: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>): void;
|
||||
|
||||
declare function dispatch_introspection_hook_queue_create(queue: NSObject): void;
|
||||
|
||||
declare function dispatch_introspection_hook_queue_destroy(queue: NSObject): void;
|
||||
|
||||
declare function dispatch_introspection_hook_queue_item_complete(item: NSObject): void;
|
||||
|
||||
declare function dispatch_introspection_hook_queue_item_dequeue(queue: NSObject, item: NSObject): void;
|
||||
|
||||
declare function dispatch_introspection_hook_queue_item_enqueue(queue: NSObject, item: NSObject): void;
|
||||
Reference in New Issue
Block a user