@interface GEOPBTileStyleZoomAvailability : PBCodable { struct { unsigned int *list; unsigned long long count; unsigned long long size; } _zooms; int _size; int _style; struct { unsigned char has_size : 1; unsigned char has_style : 1; } _flags; } - (unsigned long long)hash; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (id)jsonRepresentation; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end