@interface AWDMETRICSCellularPowerLogWUS : PBCodable <NSCopying> { struct { unsigned char timestamp : 1; unsigned char event : 1; unsigned char fr : 1; unsigned char subsId : 1; } _has; } @property (nonatomic) BOOL hasTimestamp; @property (nonatomic) unsigned long long timestamp; @property (nonatomic) BOOL hasEvent; @property (nonatomic) int event; @property (nonatomic) BOOL hasSubsId; @property (nonatomic) unsigned int subsId; @property (nonatomic) BOOL hasFr; @property (nonatomic) int fr; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (int)StringAsEvent:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (id)eventAsString:(int)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (int)StringAsFr:(id)a0; - (id)frAsString:(int)a0; @end