#ifndef __KEY_FUNCTIONS_MAIN_H
#define __KEY_FUNCTIONS_MAIN_H
#include "apps_gather.h"
//按键功能,主界面
void key_functions_main(void);
#endif