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