DayTitleLabel.m 298 B

123456789101112131415161718192021
  1. //
  2. // DayTitleLabel.m
  3. // Deputy
  4. //
  5. #import "DayTitleLabel.h"
  6. @implementation DayTitleLabel
  7. /*
  8. // Only override drawRect: if you perform custom drawing.
  9. // An empty implementation adversely affects performance during animation.
  10. - (void)drawRect:(CGRect)rect {
  11. // Drawing code
  12. }
  13. */
  14. @end