#pragma once

#include "frame/Frame.h"

class SetTimeResponseFrame : public Frame
{
public:
    SetTimeResponseFrame();
    virtual ~SetTimeResponseFrame();

    // ´ÓByte×Ö·û´®½âÎö
    bool fromByteStr(std::string str) override;

public:
};