PGDatePicker+YearAndMonth.h 413 B

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