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