19 lines
348 B
Objective-C
19 lines
348 B
Objective-C
//
|
|
// DIVCalendarCell.h
|
|
// FSCalendar
|
|
//
|
|
// Created by dingwenchao on 02/11/2016.
|
|
// Copyright © 2016 wenchaoios. All rights reserved.
|
|
//
|
|
|
|
#import <FSCalendar/FSCalendar.h>
|
|
|
|
|
|
@interface DIVCalendarCell : FSCalendarCell
|
|
|
|
@property (weak, nonatomic) UIImageView *circleImageView;
|
|
|
|
@property (weak, nonatomic) CAShapeLayer *selectionLayer;
|
|
|
|
@end
|