// // DIVCalendarCell.h // FSCalendar // // Created by dingwenchao on 02/11/2016. // Copyright © 2016 wenchaoios. All rights reserved. // #import @interface DIVCalendarCell : FSCalendarCell @property (strong, nonatomic) UIImageView *divImageView; @end