/* * Copyright (c) 2018 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include namespace Swift { class FdpFormSubmitWindowOpenUIEvent : public UIEvent { public: FdpFormSubmitWindowOpenUIEvent() { } }; }