123456789101112131415161718192021 |
- //
- // DayTitleLabel.m
- // Deputy
- //
- #import "DayTitleLabel.h"
- @implementation DayTitleLabel
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|