PLVInteractWebview
@interface PLVInteractWebview : NSObject
@property (nonatomic, weak) id <PLVInteractWebviewDelegate> delegate;
@property (nonatomic, strong, readonly) PLVJSBridge * jsBridge;
@property (nonatomic, strong, readonly) WKWebView * webview;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, weak) id <PLVInteractWebviewDelegate> delegateSwift
weak var delegate: PLVInteractWebviewDelegate? { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, readonly) PLVJSBridge * jsBridgeSwift
var jsBridge: UnsafeMutablePointer<Int32> { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, readonly) WKWebView * webviewSwift
var webview: UnsafeMutablePointer<Int32> { get }
View on GitHub
PLVInteractWebview Class Reference