@class GEORPPoiEnrichmentPlaceContext, PBDataReader, GEOPDPlace, GEORPScorecard, NSMutableArray, GEORPScorecardUpdate; @interface GEORPPoiEnrichmentUpdate : PBCodable <NSCopying> { PBDataReader *_reader; NSMutableArray *_imageIds; NSMutableArray *_imageUpdates; GEORPPoiEnrichmentPlaceContext *_placeContext; GEOPDPlace *_place; GEORPScorecardUpdate *_scorecardUpdate; GEORPScorecard *_scorecard; unsigned int _readerMarkPos; unsigned int _readerMarkLength; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _readerLock; int _action; struct { unsigned char has_action : 1; unsigned char read_imageIds : 1; unsigned char read_imageUpdates : 1; unsigned char read_placeContext : 1; unsigned char read_place : 1; unsigned char read_scorecardUpdate : 1; unsigned char read_scorecard : 1; unsigned char wrote_anyField : 1; } _flags; } @property (nonatomic) BOOL hasAction; @property (nonatomic) int action; @property (readonly, nonatomic) BOOL hasPlace; @property (retain, nonatomic) GEOPDPlace *place; @property (retain, nonatomic) NSMutableArray *imageIds; @property (readonly, nonatomic) BOOL hasScorecard; @property (retain, nonatomic) GEORPScorecard *scorecard; @property (retain, nonatomic) NSMutableArray *imageUpdates; @property (readonly, nonatomic) BOOL hasScorecardUpdate; @property (retain, nonatomic) GEORPScorecardUpdate *scorecardUpdate; @property (readonly, nonatomic) BOOL hasPlaceContext; @property (retain, nonatomic) GEORPPoiEnrichmentPlaceContext *placeContext; + (BOOL)isValid:(id)a0; + (Class)imageUpdateType; + (Class)imageIdType; - (id)init; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (BOOL)hasGreenTeaWithValue:(BOOL)a0; - (id)initWithData:(id)a0; - (id)initWithDictionary:(id)a0; - (id)description; - (void).cxx_destruct; - (id)jsonRepresentation; - (void)clearSensitiveFields:(unsigned long long)a0; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)readAll:(BOOL)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithJSON:(id)a0; - (id)actionAsString:(int)a0; - (id)imageIdAtIndex:(unsigned long long)a0; - (int)StringAsAction:(id)a0; - (void)addImageUpdate:(id)a0; - (void)addImageId:(id)a0; - (void)clearImageIds; - (void)clearImageUpdates; - (unsigned long long)imageIdsCount; - (id)imageUpdateAtIndex:(unsigned long long)a0; - (unsigned long long)imageUpdatesCount; @end