mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-23 02:39:25 +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 |