// // DayTitleLabel.h // Deputy // #import @interface DayTitleLabel : UILabel @property (nonatomic, strong) NSDate *date; @end