PageRenderTime 55ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/iOS7.1.1/System/Library/Frameworks/UIKit.framework/UIKeyboardLayoutDictation.h

https://gitlab.com/edelmaks/iOS-iphoneheaders
C Header | 36 lines | 23 code | 6 blank | 7 comment | 0 complexity | 5390f51c7af7e1e69c825d4eea42a32e MD5 | raw file
  1. /*
  2. * This header is generated by classdump-dyld 0.2
  3. * on Sunday, June 29, 2014 at 1:22:02 PM Japan Standard Time
  4. * Operating System: Version 7.1.1 (Build 11D201)
  5. * Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
  6. * classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
  7. */
  8. #import <UIKit/UIKit-Structs.h>
  9. #import <UIKit/UIKeyboardLayout.h>
  10. @class UIKBBackgroundView, UIKBTree;
  11. @interface UIKeyboardLayoutDictation : UIKeyboardLayout {
  12. UIKBBackgroundView* _backgroundView;
  13. UIKBTree* _keyplane;
  14. }
  15. +(id)activeInstance;
  16. +(double)landscapeHeight;
  17. +(double)portraitHeight;
  18. -(id)initWithFrame:(CGRect)arg1 ;
  19. -(void)layoutSubviews;
  20. -(int)_clipCornersOfView:(id)arg1 ;
  21. -(void)setRenderConfig:(id)arg1 ;
  22. -(id)currentKeyplane;
  23. -(void)showKeyboardWithInputTraits:(id)arg1 screenTraits:(id)arg2 splitTraits:(id)arg3 ;
  24. -(bool)shouldFadeFromLayout;
  25. -(bool)shouldFadeToLayout;
  26. -(bool)usesAutoShift;
  27. -(bool)visible;
  28. -(void)setupBackgroundViewForNewSplitTraits:(id)arg1 ;
  29. -(CGSize)splitLeftSize;
  30. @end