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
Post a Comment