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