Files
FSCalendar/Example/FSTableViewController.h
T
f33chobits 341c668986 Add Roll Example
1. Add `Roll` Example
2. Add invalidateAppearance: method in `FSCalendarAppearance`
3. Support borderColors and different shapes for different dates
4. Fix `placeholder selection` problem
2015-10-18 11:39:13 +08:00

16 lines
284 B
Objective-C

//
// FSTableViewController.h
// FSCalendar
//
// Created by DingWenchao on 6/25/15.
// Copyright (c) 2015 =. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FSTableViewController : UITableViewController
@property (strong, nonatomic) NSArray *viewControllers;
@end