10 lines
248 B
C
10 lines
248 B
C
#ifndef UI_FLOW_SIGNMESSAGE_H_
|
|
#define UI_FLOW_SIGNMESSAGE_H_
|
|
|
|
void ui_191_switch_to_message(void);
|
|
void ui_191_switch_to_message_end(void);
|
|
void ui_191_switch_to_sign(void);
|
|
void ui_191_switch_to_question(void);
|
|
|
|
#endif // UI_FLOW_SIGNMESSAGE_H_
|