PageRenderTime 40ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://gitlab.com/edelmaks/iOS-iphoneheaders
C Header | 28 lines | 14 code | 7 blank | 7 comment | 0 complexity | ce089fc9105abbe323c86b6c1e562693 MD5 | raw file
  1. /*
  2. * This header is generated by classdump-dyld 0.2
  3. * on Sunday, June 29, 2014 at 1:22:03 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. @class UIKBTree;
  9. @interface UIKBKeyInterval : NSObject {
  10. UIKBTree* _key;
  11. double _interval;
  12. }
  13. @property (nonatomic,retain) UIKBTree * key; //@synthesize key=_key - In the implementation block
  14. @property (assign,nonatomic) double interval; //@synthesize interval=_interval - In the implementation block
  15. -(void)dealloc;
  16. -(id)key;
  17. -(void)setKey:(id)arg1 ;
  18. -(void)setInterval:(double)arg1 ;
  19. -(id)initWithKey:(id)arg1 interval:(double)arg2 ;
  20. -(double)interval;
  21. @end