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