13 lines
223 B
C
13 lines
223 B
C
#ifndef UI_FLOW_712_H_
|
|
#define UI_FLOW_712_H_
|
|
|
|
#ifdef HAVE_EIP712_FULL_SUPPORT
|
|
|
|
#include "ux_flow_engine.h"
|
|
|
|
extern const ux_flow_step_t* const ux_712_flow[];
|
|
|
|
#endif // HAVE_EIP712_FULL_SUPPORT
|
|
|
|
#endif // UI_FLOW_712_H_
|