Files
NativeScript/tns-core-modules/ios/objc-i386/objc!MusicCPPABI.d.ts
2016-09-12 10:31:14 +03:00

5 lines
738 B
TypeScript

declare function MCPPABIGetPreprocFunc(): interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>, p2: interop.Pointer | interop.Reference<any>, p3: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>) => void>;
declare function MCPPABISetPreprocFunc(func: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>, p2: interop.Pointer | interop.Reference<any>, p3: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>) => void>): interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>, p2: interop.Pointer | interop.Reference<any>, p3: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>) => void>;