FSCalendar/Example/LoadViewExampleViewControll...

24 lines
540 B
Objective-C

//
// LoadViewExampleViewController.h
// FSCalendar
//
// Created by DingWenchao on 6/25/15.
// Copyright (c) 2015 =. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "FSCalendar.h"
NS_ASSUME_NONNULL_BEGIN
@interface LoadViewExampleViewController : UIViewController<FSCalendarDataSource, FSCalendarDelegate>
@property (weak, nonatomic) FSCalendar *calendar;
@property (strong, nonatomic) NSDateFormatter *dateFormatter;
@property (strong, nonatomic) NSDictionary<NSString *, UIImage *> *images;
@end
NS_ASSUME_NONNULL_END