mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-03-11 08:17:17 +08:00
5 lines
102 B
C
5 lines
102 B
C
|
#ifndef SEND_IMAGE_H_
|
||
|
#define SEND_IMAGE_H_
|
||
|
|
||
|
int SendImage(wchar_t *wxid, wchar_t *image_path);
|
||
|
#endif
|