@class NSString, NTPBDeviceInfo; @interface NTPBDevicePushTokenUpdateRequest : PBRequest @property (readonly, nonatomic) BOOL hasNotificationUserId; @property (retain, nonatomic) NSString *notificationUserId; @property (readonly, nonatomic) BOOL hasDeviceInfoToAdd; @property (retain, nonatomic) NTPBDeviceInfo *deviceInfoToAdd; @property (readonly, nonatomic) BOOL hasDeviceInfoToRemove; @property (retain, nonatomic) NTPBDeviceInfo *deviceInfoToRemove; @property (readonly, nonatomic) BOOL hasUserStorefrontId; @property (retain, nonatomic) NSString *userStorefrontId; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end