Files
FSCalendar/Example/CalendarConfigViewController.h
T
f33chobits 9c971fe7cd Project restructure
Remove workspace structure for example project
2015-08-23 17:37:01 +08:00

19 lines
428 B
Objective-C

//
// CalendarConfigViewController.h
// FSCalendar
//
// Created by Wenchao Ding on 2/15/15.
// Copyright (c) 2015 =. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "StoryboardExampleViewController.h"
@interface CalendarConfigViewController : UITableViewController
@property (weak, nonatomic) StoryboardExampleViewController *viewController;
@property (weak, nonatomic) IBOutlet UIDatePicker *datePicker;
@end