/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
- /*
- * This header is generated by classdump-dyld 0.2
- * on Sunday, June 29, 2014 at 1:22:03 PM Japan Standard Time
- * Operating System: Version 7.1.1 (Build 11D201)
- * Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
- * classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
- */
- @class UIKBTree;
- @interface UIKBKeyInterval : NSObject {
- UIKBTree* _key;
- double _interval;
- }
- @property (nonatomic,retain) UIKBTree * key; //@synthesize key=_key - In the implementation block
- @property (assign,nonatomic) double interval; //@synthesize interval=_interval - In the implementation block
- -(void)dealloc;
- -(id)key;
- -(void)setKey:(id)arg1 ;
- -(void)setInterval:(double)arg1 ;
- -(id)initWithKey:(id)arg1 interval:(double)arg2 ;
- -(double)interval;
- @end