@class _INPBEventList, _INPBDateTimeRange, _INPBLocation, _INPBIntentMetadata, _INPBPlaceList, _INPBGeographicalFeatureList, _INPBString, _INPBActivityList, _INPBStringList, NSString, _INPBContactList; @interface _INPBSearchForPhotosIntent : PBCodable <_INPBSearchForPhotosIntent, NSSecureCoding, NSCopying> { struct { int *list; unsigned long long count; unsigned long long size; } _excludedAttributes; struct { int *list; unsigned long long count; unsigned long long size; } _includedAttributes; struct { } _has; } @property (class, readonly) BOOL supportsSecureCoding; @property (retain, nonatomic) _INPBActivityList *activities; @property (readonly, nonatomic) BOOL hasActivities; @property (retain, nonatomic) _INPBString *albumName; @property (readonly, nonatomic) BOOL hasAlbumName; @property (retain, nonatomic) _INPBDateTimeRange *dateCreated; @property (readonly, nonatomic) BOOL hasDateCreated; @property (retain, nonatomic) _INPBEventList *events; @property (readonly, nonatomic) BOOL hasEvents; @property (readonly, nonatomic) int *excludedAttributes; @property (readonly, nonatomic) unsigned long long excludedAttributesCount; @property (retain, nonatomic) _INPBGeographicalFeatureList *geographicalFeatures; @property (readonly, nonatomic) BOOL hasGeographicalFeatures; @property (readonly, nonatomic) int *includedAttributes; @property (readonly, nonatomic) unsigned long long includedAttributesCount; @property (retain, nonatomic) _INPBIntentMetadata *intentMetadata; @property (readonly, nonatomic) BOOL hasIntentMetadata; @property (retain, nonatomic) _INPBLocation *locationCreated; @property (readonly, nonatomic) BOOL hasLocationCreated; @property (retain, nonatomic) _INPBString *memoryName; @property (readonly, nonatomic) BOOL hasMemoryName; @property (retain, nonatomic) _INPBContactList *peopleInPhoto; @property (readonly, nonatomic) BOOL hasPeopleInPhoto; @property (retain, nonatomic) _INPBPlaceList *places; @property (readonly, nonatomic) BOOL hasPlaces; @property (retain, nonatomic) _INPBStringList *searchTerm; @property (readonly, nonatomic) BOOL hasSearchTerm; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)encodeWithCoder:(id)a0; - (void)writeTo:(id)a0; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (int)StringAsIncludedAttributes:(id)a0; - (int)StringAsExcludedAttributes:(id)a0; - (void)addExcludedAttribute:(int)a0; - (void)addIncludedAttribute:(int)a0; - (void)clearExcludedAttributes; - (void)clearIncludedAttributes; - (int)excludedAttributeAtIndex:(unsigned long long)a0; - (id)excludedAttributesAsString:(int)a0; - (int)includedAttributeAtIndex:(unsigned long long)a0; - (id)includedAttributesAsString:(int)a0; - (void)setExcludedAttributes:(int *)a0 count:(unsigned long long)a1; - (void)setIncludedAttributes:(int *)a0 count:(unsigned long long)a1; @end