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> delegate
Swift
weak var delegate: PLVInteractWebviewDelegate? { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, readonly) PLVJSBridge * jsBridge
Swift
var jsBridge: UnsafeMutablePointer<Int32> { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, readonly) WKWebView * webview
Swift
var webview: UnsafeMutablePointer<Int32> { get }