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