@class NSString, PBDataReader; @interface GEOCollectionDetails : PBCodable { PBDataReader *_reader; struct { unsigned long long *list; unsigned long long count; unsigned long long size; } _collectionIds; NSString *_collectionCategory; unsigned long long _targetId; unsigned int _readerMarkPos; unsigned int _readerMarkLength; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _readerLock; BOOL _currentlySaved; struct { unsigned char has_targetId : 1; unsigned char has_currentlySaved : 1; unsigned char read_collectionIds : 1; unsigned char read_collectionCategory : 1; unsigned char wrote_anyField : 1; } _flags; } @property (readonly, nonatomic) unsigned long long collectionIdsCount; @property (readonly, nonatomic) unsigned long long *collectionIds; @property (readonly, nonatomic) BOOL hasCollectionCategory; @property (retain, nonatomic) NSString *collectionCategory; @property (nonatomic) BOOL hasTargetId; @property (nonatomic) unsigned long long targetId; @property (nonatomic) BOOL hasCurrentlySaved; @property (nonatomic) BOOL currentlySaved; + (BOOL)isValid:(id)a0; - (id)init; - (unsigned long long)hash; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)initWithData:(id)a0; - (id)initWithDictionary:(id)a0; - (id)description; - (void).cxx_destruct; - (id)jsonRepresentation; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)readAll:(BOOL)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithJSON:(id)a0; - (void)addCollectionId:(unsigned long long)a0; - (void)clearCollectionIds; - (unsigned long long)collectionIdAtIndex:(unsigned long long)a0; - (void)setCollectionIds:(unsigned long long *)a0 count:(unsigned long long)a1; @end