luxlabs header browser preview


@class NSString, NSNumber;

@interface INDeleteEventIntent : INIntent <INDeleteEventIntentExport>

@property (readonly, copy, nonatomic) NSString *targetEventIdentifier;
@property (readonly, copy, nonatomic) NSNumber *deleteAllOccurrences;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)_dictionaryRepresentation;
- (id)domain;
- (void)setDomain:(id)a0;
- (void)_setMetadata:(id)a0;
- (id)_metadata;
- (void)_redactForMissingPrivacyEntitlementOptions:(unsigned long long)a0 containingAppBundleId:(id)a1;
- (id)_typedBackingStore;
- (id)initWithTargetEventIdentifier:(id)a0 deleteAllOccurrences:(id)a1;
- (id)parametersByName;
- (void)setDeleteAllOccurrences:(id)a0;
- (void)setParametersByName:(id)a0;
- (void)setTargetEventIdentifier:(id)a0;
- (void)setVerb:(id)a0;
- (id)verb;

@end