@class _INPBContactList, _INPBDateTimeRange, NSString, _INPBStringList, _INPBString, _INPBIntentMetadata, _INPBLocation; @interface _INPBStartPhotoPlaybackIntent : PBCodable <_INPBStartPhotoPlaybackIntent, 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) _INPBString *albumName; @property (readonly, nonatomic) BOOL hasAlbumName; @property (retain, nonatomic) _INPBDateTimeRange *dateCreated; @property (readonly, nonatomic) BOOL hasDateCreated; @property (readonly, nonatomic) int *excludedAttributes; @property (readonly, nonatomic) unsigned long long excludedAttributesCount; @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) _INPBContactList *peopleInPhoto; @property (readonly, nonatomic) BOOL hasPeopleInPhoto; @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