16 lines
287 B
Objective-C
16 lines
287 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 (strong, nonatomic) UIImageView *divImageView;
|
|
|
|
@end
|