xj qian
2024-11-25 bf4b753e80b970a92c41529298818764285e8d04
1
2
3
4
5
6
#pragma once
#include "JObject.hpp"
class JBinaryOp :
    public JObject
{
};