mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-04-20 03:49:17 +08:00
6 lines
90 B
C
6 lines
90 B
C
#ifndef SNS_H_
|
|
#define SNS_H_
|
|
|
|
int GetFirstPage();
|
|
int GetNextPage(ULONG64 sns_id);
|
|
#endif |