@class NSString, NSMutableArray, NTPBRecordBase; @interface NTPBPurchaseLookupRecord : PBCodable @property (readonly, nonatomic) BOOL hasBase; @property (retain, nonatomic) NTPBRecordBase *base; @property (readonly, nonatomic) BOOL hasAppAdamID; @property (retain, nonatomic) NSString *appAdamID; @property (retain, nonatomic) NSMutableArray *channelTagIDs; @property (retain, nonatomic) NSMutableArray *bundleChannelTagIDs; @property (readonly, nonatomic) BOOL hasBundleChannelTagIDsVersion; @property (retain, nonatomic) NSString *bundleChannelTagIDsVersion; + (Class)bundleChannelTagIDsType; + (Class)channelTagIDsType; - (unsigned long long)hash; - (void)clearBundleChannelTagIDs; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (unsigned long long)bundleChannelTagIDsCount; - (void)addBundleChannelTagIDs:(id)a0; - (void)writeTo:(id)a0; - (unsigned long long)channelTagIDsCount; - (id)description; - (id)bundleChannelTagIDsAtIndex:(unsigned long long)a0; - (void)addChannelTagIDs:(id)a0; - (id)channelTagIDsAtIndex:(unsigned long long)a0; - (id)dictionaryRepresentation; - (void)clearChannelTagIDs; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end