PGDatePicker+Time.h 382 B

12345678910111213141516
  1. //
  2. // PGDatePicker+Time.h
  3. // Demo
  4. //
  5. // Created by piggybear on 2018/3/18.
  6. // Copyright © 2018年 piggybear. All rights reserved.
  7. //
  8. #import "PGDatePicker.h"
  9. @interface PGDatePicker (Time)
  10. - (void)time_setupSelectedDate;
  11. - (void)time_setDateWithComponents:(NSDateComponents *)components animated:(BOOL)animated;
  12. - (void)time_didSelectWithComponent:(NSInteger)component;
  13. @end