/*******************************************************************************
|
* File Name : qxwz_app.h
|
* Description :
|
* Created on : 2021Äê1ÔÂ8ÈÕ
|
* Author : www.hido-studio.com
|
*******************************************************************************/
|
|
#ifndef APL_QXWZ_APP_H_
|
#define APL_QXWZ_APP_H_
|
/*******************************************************************************
|
* Include Files *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Macro *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Type Definition *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Global Function *
|
*******************************************************************************/
|
int qxwz_app_init(void);
|
|
#endif /* APL_QXWZ_APP_H_ */
|