|
@@ -64,7 +64,9 @@
|
64
|
64
|
@property (nonatomic, assign) BOOL ignoreSilentHardwareSwitch;
|
65
|
65
|
@property (nonatomic, copy) NSString * _Nullable allowingReadAccessToURL;
|
66
|
66
|
@property (nonatomic, assign) BOOL pullToRefreshEnabled;
|
|
67
|
+#if !TARGET_OS_OSX
|
67
|
68
|
@property (nonatomic, weak) UIRefreshControl * refreshControl;
|
|
69
|
+#endif
|
68
|
70
|
|
69
|
71
|
#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 /* iOS 13 */
|
70
|
72
|
@property (nonatomic, assign) WKContentMode contentMode;
|
|
@@ -78,7 +80,9 @@
|
78
|
80
|
- (void)goBack;
|
79
|
81
|
- (void)reload;
|
80
|
82
|
- (void)stopLoading;
|
|
83
|
+#if !TARGET_OS_OSX
|
81
|
84
|
- (void)addPullToRefreshControl;
|
82
|
85
|
- (void)pullToRefresh:(UIRefreshControl *)refreshControl;
|
|
86
|
+#endif
|
83
|
87
|
|
84
|
88
|
@end
|