time_kit.h 207 B

12345678910111213141516171819
  1. //
  2. // Created by #Suyghur, on 2021/4/20.
  3. //
  4. #ifndef DOLIN_TIME_KIT_H
  5. #define DOLIN_TIME_KIT_H
  6. #include <string>
  7. class TimeKit {
  8. public:
  9. static std::string GetDate();
  10. };
  11. #endif //DOLIN_TIME_KIT_H