DayTitleLabel.h 149 B

123456789101112
  1. //
  2. // DayTitleLabel.h
  3. // Deputy
  4. //
  5. #import <UIKit/UIKit.h>
  6. @interface DayTitleLabel : UILabel
  7. @property (nonatomic, strong) NSDate *date;
  8. @end