/* * Copyright (c) 2017 Tarun Gupta * Licensed under the simplified BSD license. * See Documentation/Licenses/BSD-simplified.txt for more information. */ #pragma once #include #include #include namespace Swift { class SWIFTEN_API MIXRegisterNickParser : public GenericPayloadTreeParser { public: MIXRegisterNickParser() {} virtual void handleTree(ParserElement::ref root) override; }; }