mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-31 13:21:15 +00:00
14 lines
255 B
Objective-C
14 lines
255 B
Objective-C
//
|
|
// RCTWebView+WebViewBridge.h
|
|
// Sample2
|
|
//
|
|
// Created by Ali Najafizadeh on 2015-07-10.
|
|
// Copyright (c) 2015 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import "RCTWebView.h"
|
|
|
|
@interface RCTWebView (WebViewExBridge)
|
|
- (void)eval:(NSString *) value;
|
|
@end
|