#include "Clipboard.h" namespace UI { String Clipboard::_content = ""; bool Clipboard::_has_content = false; } // namespace UI