//
// ExampleUIWebViewController.h
// ExampleApp-iOS
//
// Created by Marcus Westin on 1/13/14.
// Copyright (c) 2014 Marcus Westin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ExampleUIWebViewController : UINavigationController <UIWebViewDelegate>
@end