luxlabs header browser preview


@interface IATextInputActionsSessionReplaceTextAction : IATextInputActionsSessionAction

@property (nonatomic) unsigned long long removedTextLength;
@property (nonatomic) unsigned long long insertedTextLength;
@property (nonatomic) unsigned long long options;
@property (nonatomic) unsigned long long removedEmojiCount;
@property (nonatomic) unsigned long long insertedEmojiCount;

- (id)description;
- (BOOL)changedContent;
- (long long)mergeActionIfPossible:(id)a0;

@end