| 71 | }; |
| 72 | |
| 73 | void PiuQRCodeBind(void* it, PiuApplication* application, PiuView* view) |
| 74 | { |
| 75 | PiuContentBind(it, application, view); |
| 76 | } |
| 77 | |
| 78 | void PiuQRCodeDictionary(xsMachine* the, void* it) |
| 79 | { |
nothing calls this directly
no test coverage detected