Searching for iOS 6.0 Headers

Switch to: 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 5.0, 4.0, 3.0, macos_15.3.1


Back to UIKit.framework
Viewing file: UITextReplacement.h   Raw   logify
UITextReplacement was found in iOS 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 6.0, 5.0
Filter:  
/*
* This header is generated by classdump-dyld 0.7
* on Friday, November 7, 2014, 2:22:39 AM Eastern European Standard Time
* Operating System: Version 6.1.6 (Build 10B500)
* Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
*/


@class UITextRange, NSString, NSArray;

@interface UITextReplacement : NSObject {

UITextRange* _range;
NSString* _originalText;
NSString* _replacementText;
NSString* _menuTitle;
NSArray* _usageTrackingTypes;
}
@property (nonatomic,readonly) UITextRange * range; //@synthesize range=_range - In the implementation block
@property (nonatomic,readonly) NSString * originalText; //@synthesize originalText=_originalText - In the implementation block
@property (nonatomic,readonly) NSString * replacementText; //@synthesize replacementText=_replacementText - In the implementation block
@property (nonatomic,readonly) NSString * menuTitle; //@synthesize menuTitle=_menuTitle - In the implementation block
@property (nonatomic,retain) NSArray * usageTrackingTypes; //@synthesize usageTrackingTypes=_usageTrackingTypes - In the implementation block
+(id)replacementWithRange:(id)arg1 original:(id)arg2 replacement:(id)arg3 menuTitle:(id)arg4 ;
-(NSString *)originalText;
-(UITextRange *)range;
-(NSString *)replacementText;
-(void)setUsageTrackingTypes:(NSArray *)arg1 ;
-(NSString *)menuTitle;
-(void)dealloc;
-(NSArray *)usageTrackingTypes;
@end
Back to UIKit.framework