DYTSrouce/Tool/matlab/include/MatlabDataArray/Enumeration.hpp

13 lines
201 B
C++
Raw Normal View History

2024-11-22 15:19:31 +00:00
/* Copyright 2015 The MathWorks, Inc. */
#ifndef MATLAB_DATA_ENUMERATION_HPP
#define MATLAB_DATA_ENUMERATION_HPP
namespace matlab {
namespace data {
class Enumeration {};
}
}
#endif