Files
WLPageViewController/WLPageViewController/AppDelegate.h
2013-06-26 09:55:45 -05:00

16 lines
280 B
Objective-C

//
// AppDelegate.h
// WLPageViewController
//
// Created by Ling Wang on 6/7/13.
// Copyright (c) 2013 Moke. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end