//
//  ViewController.h
//  RJMWordpressBlog
//
//  Created by pgAgent on 7/10/2014.
//  Copyright (c) 2014 RJM Programming. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ViewController : UIViewController {
}
@property (strong, nonatomic) IBOutlet UIWebView *wv1;
@end
