mirror of
https://github.com/zhigang1992/WLPageViewController.git
synced 2026-01-12 22:53:34 +08:00
16 lines
280 B
Objective-C
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
|