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