Files
leanote-ios/Leanote/editor/EditorClasses/UIWebView+GUIFixes.h
2015-08-21 23:49:41 +08:00

16 lines
345 B
Objective-C
Executable File

#import <UIKit/UIKit.h>
@interface UIWebView (GUIFixes)
/**
* @brief The custom input accessory view.
*/
@property (nonatomic, strong, readwrite) UIView* customInputAccessoryView;
/**
* @brief Wether the UIWebView will use the fixes provided by this category or not.
*/
@property (nonatomic, assign, readwrite) BOOL usesGUIFixes;
@end