UNPKG

@pdftron/react-native-pdf

Version:
14 lines (13 loc) 399 B
--- inject: true to: ios/RNTPTDocumentView.h after: Hygen Generated Methods --- <% parameters = '' if (params !== '') { parameters = h.iOSParams(params) // chopping off the parameter name of the first parameter to follow proper syntax parameters = ':' + parameters.substring(parameters.indexOf(':') + 1) } -%> - (<%= h.iOSReturnType(returnType) %>)<%= name %><%= parameters %>;