Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
MintWKWebView.h
Go to the documentation of this file.
1 //
2 // MintWKWebView.h
3 // Splunk-iOS
4 //
5 // Copyright (c) 2015 SLK. All rights reserved.
6 //
7 
8 #import <WebKit/WebKit.h>
9 
15 @interface MintWKWebView : WKWebView
16 
23 - (instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration *)configuration;
24 
29 - (instancetype)initWithFrame:(CGRect)frame;
30 
31 @end
Definition: MintWKWebView.h:15