luxlabs header browser preview


@interface _UITextInputSessionDeletionAction : _UITextInputSessionAction

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

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

@end