// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include #include #include namespace SMSParser { bool parse(const std::string *smsData); std::string getMessage(); UTF8 getNumber(); time_t getTime(); }; // namespace SMSParser