NSDate+BUCommon.h 247 B

12345678910111213141516171819
  1. //
  2. // NSDate+BUCommon.h
  3. // BUFoundation
  4. //
  5. // Created by ByteDance on 2022/3/30.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface NSDate (BUCommon)
  10. // 零点时间
  11. + (NSDate *)zeroOfDate;
  12. @end
  13. NS_ASSUME_NONNULL_END