#ifndef _VITA_HB_SORTER_KEYBOARD_H_
#define _VITA_HB_SORTER_KEYBOARD_H_
#include <string>
namespace Keyboard {
std::string GetText(const std::string &title);
}
#endif