2020-07-22 19:29:38 -07:00
|
|
|
//
|
|
|
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import "SBRProcessBundleBridge.h"
|
2021-10-21 11:05:40 -07:00
|
|
|
#import "SBRScriptPolicy.h"
|
2020-07-24 19:26:35 -07:00
|
|
|
|
|
|
|
|
// SPI
|
|
|
|
|
#import <UIKit/UITextField_Private.h>
|
2020-09-22 15:37:13 -07:00
|
|
|
#import <WebKit/WKWebViewPrivate.h>
|
2020-09-30 18:06:47 -07:00
|
|
|
#import <WebKit/_WKFindDelegate.h>
|
2021-02-17 19:02:18 -08:00
|
|
|
|
|
|
|
|
@interface WKContentView : UIView
|
|
|
|
|
@property (nonatomic, readonly) BOOL isFocusingElement;
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
@interface WKWebView (Internal)
|
|
|
|
|
- (WKContentView *)_currentContentView;
|
|
|
|
|
@end
|