13 lines
275 B
Objective-C
13 lines
275 B
Objective-C
//
|
|
// 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 |