Files
AC707N/SDK/apps/common/third_party_profile/alipay/le_alipay.h
T
2025-12-03 11:12:34 +08:00

12 lines
145 B
C

#ifndef _LE_ALIPAY_H
#define _LE_ALIPAY_H
#include <stdint.h>
#include "app_config.h"
void alipay_init(void);
void alipay_exit(void);
#endif