luxlabs header browser preview


@class NSString, INNote, INNoteContent;

@interface INAppendToNoteIntent : INIntent <INAppendToNoteIntentExport>

@property (readonly, copy, nonatomic) INNote *targetNote;
@property (readonly, copy, nonatomic) INNoteContent *content;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)setContent:(id)a0;
- (id)_dictionaryRepresentation;
- (id)domain;
- (void)setDomain:(id)a0;
- (void)_setMetadata:(id)a0;
- (id)_metadata;
- (long long)_intentCategory;
- (id)_categoryVerb;
- (void)_redactForMissingPrivacyEntitlementOptions:(unsigned long long)a0 containingAppBundleId:(id)a1;
- (id)_typedBackingStore;
- (id)initWithTargetNote:(id)a0 content:(id)a1;
- (id)parametersByName;
- (void)setParametersByName:(id)a0;
- (void)setTargetNote:(id)a0;
- (void)setVerb:(id)a0;
- (id)verb;

@end