@class GEOPBTransitArtwork, NSString, PBDataReader, NSMutableArray, GEONameInfo; @protocol GEOTransitArtworkDataSource; @interface GEOCompanionCyclingStep : PBCodable { PBDataReader *_reader; struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; } *_junctionElements; unsigned long long _junctionElementsCount; unsigned long long _junctionElementsSpace; GEOPBTransitArtwork *_artworkOverride; GEONameInfo *_exitNumber; NSMutableArray *_maneuverNames; NSString *_shield; NSMutableArray *_signposts; unsigned int _readerMarkPos; unsigned int _readerMarkLength; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _readerLock; int _drivingSide; int _junctionType; int _maneuverType; int _shieldType; BOOL _toFreeway; struct { unsigned char has_drivingSide : 1; unsigned char has_junctionType : 1; unsigned char has_maneuverType : 1; unsigned char has_shieldType : 1; unsigned char has_toFreeway : 1; unsigned char read_junctionElements : 1; unsigned char read_artworkOverride : 1; unsigned char read_exitNumber : 1; unsigned char read_maneuverNames : 1; unsigned char read_shield : 1; unsigned char read_signposts : 1; unsigned char wrote_anyField : 1; } _flags; } @property (nonatomic) BOOL hasManeuverType; @property (nonatomic) int maneuverType; @property (retain, nonatomic) NSMutableArray *maneuverNames; @property (retain, nonatomic) NSMutableArray *signposts; @property (nonatomic) BOOL hasJunctionType; @property (nonatomic) int junctionType; @property (readonly, nonatomic) unsigned long long junctionElementsCount; @property (readonly, nonatomic) struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; } *junctionElements; @property (readonly, nonatomic) int transportType; @property (readonly, nonatomic) id maneuverArtworkOverride; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) BOOL hasManeuverType; @property (nonatomic) int maneuverType; @property (readonly, nonatomic) BOOL hasShield; @property (retain, nonatomic) NSString *shield; @property (nonatomic) BOOL hasShieldType; @property (nonatomic) int shieldType; @property (nonatomic) BOOL hasJunctionType; @property (nonatomic) int junctionType; @property (readonly, nonatomic) unsigned long long junctionElementsCount; @property (readonly, nonatomic) struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; } *junctionElements; @property (retain, nonatomic) NSMutableArray *maneuverNames; @property (retain, nonatomic) NSMutableArray *signposts; @property (nonatomic) BOOL hasToFreeway; @property (nonatomic) BOOL toFreeway; @property (readonly, nonatomic) BOOL hasExitNumber; @property (retain, nonatomic) GEONameInfo *exitNumber; @property (nonatomic) BOOL hasDrivingSide; @property (nonatomic) int drivingSide; @property (readonly, nonatomic) BOOL hasArtworkOverride; @property (retain, nonatomic) GEOPBTransitArtwork *artworkOverride; + (BOOL)isValid:(id)a0; + (Class)signpostType; + (Class)maneuverNameType; - (id)init; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)initWithData:(id)a0; - (id)initWithDictionary:(id)a0; - (void).cxx_destruct; - (id)jsonRepresentation; - (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; - (int)StringAsManeuverType:(id)a0; - (int)StringAsDrivingSide:(id)a0; - (int)StringAsJunctionType:(id)a0; - (void)addJunctionElement:(struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; })a0; - (void)addManeuverName:(id)a0; - (void)addSignpost:(id)a0; - (void)clearJunctionElements; - (void)clearManeuverNames; - (void)clearSignposts; - (id)drivingSideAsString:(int)a0; - (struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; })junctionElementAtIndex:(unsigned long long)a0; - (id)junctionTypeAsString:(int)a0; - (id)maneuverNameAtIndex:(unsigned long long)a0; - (unsigned long long)maneuverNamesCount; - (id)maneuverTypeAsString:(int)a0; - (void)setJunctionElements:(struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; } *)a0 count:(unsigned long long)a1; - (id)signpostAtIndex:(unsigned long long)a0; - (unsigned long long)signpostsCount; @end