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