TimeSeriesExample.h 184 B

123456
  1. #ifndef TIME_SERIES_EXAMPLE_H
  2. #define TIME_SERIES_EXAMPLE_H
  3. class CommonExampleInterface* TimeSeriesCreateFunc(struct CommonExampleOptions& options);
  4. #endif //TIME_SERIES_EXAMPLE_H