17 lines
395 B
Objective-C
17 lines
395 B
Objective-C
//
|
|
// MultipleSelectionViewController.h
|
|
// FSCalendar
|
|
//
|
|
// Created by dingwenchao on 9/9/15.
|
|
// Copyright (c) 2015 wenchaoios. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "FSCalendar.h"
|
|
|
|
@interface MultipleSelectionViewController : UIViewController <FSCalendarDataSource,FSCalendarDelegate,FSCalendarDelegateAppearance>
|
|
|
|
@property (weak, nonatomic) FSCalendar *calendar;
|
|
|
|
@end
|