RCPageControl/RCPageControlExample/AppDelegate.h

18 lines
289 B
Objective-C

//
// AppDelegate.h
// RCPageControlExample
//
// Created by Looping on 14/9/15.
// Copyright (c) 2014年 RidgeCorn. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end