@class NSString, NSMutableArray, CLPLocation; @interface CLPPassLocation : PBCodable { struct { unsigned char age : 1; unsigned char serverHash : 1; } _has; } @property (retain, nonatomic) NSString *passTypeId; @property (retain, nonatomic) NSMutableArray *associatedStoreIds; @property (nonatomic) int passSource; @property (nonatomic) BOOL hasAge; @property (nonatomic) double age; @property (retain, nonatomic) CLPLocation *location; @property (nonatomic) BOOL hasServerHash; @property (nonatomic) int serverHash; + (Class)associatedStoreIdType; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)addAssociatedStoreId:(id)a0; - (id)associatedStoreIdAtIndex:(unsigned long long)a0; - (unsigned long long)associatedStoreIdsCount; - (void)clearAssociatedStoreIds; @end