8 lines
No EOL
137 B
C
8 lines
No EOL
137 B
C
#ifndef ESMBOT_NATIVES_QR_H_
|
|
#define ESMBOT_NATIVES_QR_H_
|
|
|
|
#include <napi.h>
|
|
|
|
Napi::Value QrRead(const Napi::CallbackInfo& info);
|
|
|
|
#endif |