WebViewJavascriptBridge/Example Apps/ExampleApp-iOS/ExampleUIWebViewController.h
2025-04-19 15:05:22 +08:00

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