@class CKDPSubscriptionNotificationAlert, NSMutableArray, NSString; @interface CKDPSubscriptionNotification : PBCodable { struct { unsigned char shouldBadge : 1; unsigned char shouldSendContentAvailable : 1; unsigned char shouldSendMutableContent : 1; } _has; } @property (readonly, nonatomic) BOOL hasAlert; @property (retain, nonatomic) CKDPSubscriptionNotificationAlert *alert; @property (nonatomic) BOOL hasShouldBadge; @property (nonatomic) BOOL shouldBadge; @property (retain, nonatomic) NSMutableArray *additionalFields; @property (nonatomic) BOOL hasShouldSendContentAvailable; @property (nonatomic) BOOL shouldSendContentAvailable; @property (nonatomic) BOOL hasShouldSendMutableContent; @property (nonatomic) BOOL shouldSendMutableContent; @property (readonly, nonatomic) BOOL hasCollapseIdKey; @property (retain, nonatomic) NSString *collapseIdKey; + (Class)additionalFieldsType; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (void)clearAdditionalFields; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)addAdditionalFields:(id)a0; - (id)additionalFieldsAtIndex:(unsigned long long)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (unsigned long long)additionalFieldsCount; @end