WhiteWebViewInjection.h 281 B

12345678910111213141516
  1. //
  2. // WhiteWebViewInjection.h
  3. // WhiteSDK
  4. //
  5. // Created by yleaf on 2019/6/15.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface WhiteWebViewInjection : NSObject
  10. + (void)allowDisplayingKeyboardWithoutUserAction:(BOOL)enable;
  11. @end
  12. NS_ASSUME_NONNULL_END