TimeSeriesExample.h 187 B

12345678
  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