// // AppDelegate.h // RJMWordpressBlog // // Created by pgAgent on 7/10/2014. // Copyright (c) 2014 RJM Programming. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end