//
//  TKCalendarNavigationController.h
//  Telerik UI
//
//  Copyright (c) 2014 Telerik. All rights reserved.
//

@class TKCalendarYearViewController;

/**
 @discussion A navigation controller which root view is TKCalendarYearViewController. Use this navigation controller to create iOS 7 calendar-like user experience.
 */
@interface TKCalendarNavigationController : UINavigationController

@end
