ios - Trying to convert objective-c to swift and couldnt solve an issue -


i trying convert objective-c project swift2

typedef void (^pdfcmapparserhandler)(nsarray *lines);

can help?

whenever want convert set of codes objc swift, use link easier banging head.

to answer question: var pdfcmapparserhandler or var pdfcmapparserhandler = nsarray()


Comments

Popular posts from this blog

Sass watch command compiles .scss files before full sftp upload -

filehandler - java open files not cleaned, even when the process is killed -

How to read bytes line by line in Java using NIO or apache commons IO? Whichever is more efficent -