13 lines
188 B
C
13 lines
188 B
C
|
#ifndef __FEATURE_PHONE_SETTING_H__
|
||
|
#define __FEATURE_PHONE_SETTING_H__
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#include "app.h"
|
||
|
#include "feature.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|