Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
MintUIWebView.h
Go to the documentation of this file.
1 //
2 // MintUIWebView.h
3 // Splunk-iOS
4 //
5 // Copyright (c) 2015 SLK. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 
15 @interface MintUIWebView : UIWebView
16 
21 - (id) initWithCoder:(NSCoder *)aDecoder;
22 
27 - (id) initWithFrame:(CGRect)frame;
28 
33 - (void) setDelegate:(id<UIWebViewDelegate>)delegate;
34 
35 @end
Definition: MintUIWebView.h:15