LiFan
2024-11-13 feccef8c2b99af30b6937c42568f2fb7c82dbae2
1
2
3
4
5
6
#pragma once
#include "JObject.hpp"
class JBinaryOp :
    public JObject
{
};