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

16 lines
273 B
Objective-C

//
// FSAppDelegate.h
// FSCalendar
//
// Created by CocoaPods on 02/13/2015.
// Copyright (c) 2014 =. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end